COLOR #CB3A28

HEX: #CB3A28
RGB: (203,58,40)

Color info

#CB3A28 contains mainly red color. Web safe color of #CB3A28 is #CC3333 (or #C33).

RGB color model

#CB3A28 color RGB value is (203,58,40).

  • red value is 203;
  • green value is 58;
  • blue value is 40.
RGB:
(203,58,40)
(80%,23%,16%)

RGB channels and saturation

R 203 of 255 = 80%
G 58 of 255 = 23%
B 40 of 255 = 16%

203
58
40

R + G + B ~ 40%. #CB3A28 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
203 + 58 + 40 = 301 (100%)
R 203 of 301 ~ 67.44%
G 58 of 301 ~ 19.27%
B 40 of 301 ~ 13.29%

%67.44
%19.27
%13.29

CMYK color model

#CB3A28 color CMYK value is (0,71,80,20).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 80.30%
  • key color value is 20.39%
CMYK:
(0,71,80,20)
C0M71Y80K20 
(0%,71%,80%,20%)
(0.00/0.71/0.80/0.20)	

CMYK percentages

%0
%71.43
%80.3
%20.39

Codes

Color #CB3A28 in popluar color models

CB3A28
RGB2035840
HSL67.08%47.65%
HSB/HSV80.30%79.61%
CMYK0.00%71.43%80.30%
20.39%

Color #CB3A28 in popluar number systems.

HEXCB3A28
Decimal2035840
Binary11001011111010101000
Octal3137250

Shades and tints

Shades of #CB3A28

#CB3A28
(203,58,40)
#B93525
(185,53,37)
#A73022
(167,48,34)
#952B1F
(149,43,31)
#83261C
(131,38,28)
#712119
(113,33,25)
#5F1C16
(95,28,22)
#4D1713
(77,23,19)
#3B1210
(59,18,16)
#290D0D
(41,13,13)
#17080A
(23,8,10)
#000000
(0,0,0)

Tints of #CB3A28

#CB3A28
(203,58,40)
#CF4B3B
(207,75,59)
#D35C4E
(211,92,78)
#D76D61
(215,109,97)
#DB7E74
(219,126,116)
#DF8F87
(223,143,135)
#E3A09A
(227,160,154)
#E7B1AD
(231,177,173)
#EBC2C0
(235,194,192)
#EFD3D3
(239,211,211)
#F3E4E6
(243,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB3A28 color. Also use rgb(203,58,40) instead hex code.

Text Font Color

.myTextColor { color: #CB3A28; }

<p style="color:#CB3A28">This sample text font color is #CB3A28.</p>

This text font color is #CB3A28.


Background Color

.myBgColor { background-color: #CB3A28; }

<div style="background-color:#CB3A28">Inner text</div>

This div background color is #CB3A28.


Border color

.myBorderColor { border: 1px solid #CB3A28; }

<div style="border:3px solid #CB3A28">Div</div>

This div border color is #CB3A28.


Opacity

.myOpacity80 { color: #CB3A28; opacity: 0.8; }

<p style="color:#CB3A28;opacity:0.8;">80%</p>

Text with #CB3A28 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CB3A28;}

<p style="text-shadow: 3px 3px 1px #CB3A28">Text here.</p>

This text has shadow with #CB3A28 color.

.textShadow {text-shadow: 3px 3px 1px #CB3A28, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CB3A28, 5px 5px 20px red">Text here.</p>

This text has shadow with #CB3A28 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CB3A28, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CB3A28, Direction=45, Strength=4)">Text</p>

This text has shadow with #CB3A28 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CB3A28;
  -webkit-box-shadow:	1px 1px 3px 2px #CB3A28;
  box-shadow:		1px 1px 3px 2px #CB3A28;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CB3A28;
-webkit-box-shadow: 1px 1px 3px 2px #CB3A28;
box-shadow:1px 1px 3px 2px #CB3A28;">
Div content here</div>
This div box has shadow with color #CB3A28.

Preview

Color preview on black background

This text has color #CB3A28 on black background.


Color preview on white background

This text has color #CB3A28 on white background.



Black color preview on #CB3A28 background

This text has black color on #CB3A28 background.


White color preview on #CB3A28 background

This text has white color on #CB3A28 background.