Html Css Color HEX #CB2C3B Brick Red

📋 copy color: '#CB2C3B'

red 203 ◦ green 44 ◦ blue 59

#CB2C3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CB2C3B

Tints of Brick Red #CB2C3B

RGB

 RED value IS 203 (79.69% from 255) = 66.34%

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 66.34%
G = 14.38%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB2C3B (or 0xCB2C3B) is known color: Brick Red. HEX triplet: CB, 2C and 3B. RGB value is (203,44,59). Sum of RGB (Red+Green+Blue) = 203+44+59=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C3B is #34D3C4. Grayscale: #5D5D5D. Windows color (decimal): -3462085 or 3878091. OLE color: 3878091.

HSL color Cylindrical-coordinate representation of color #CB2C3B: hue angle of 354.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C3B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 44 59 -
CMYK 0 0.78 0.71 0.20
HSL 354.34º 0.64% 0.48% -
HSV(B) 354.34º 0.78% 0.8% -
XYZ 26.32 14.81 5.61 -
YUV 93.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 203 44 59 0 0.78 0.71 0.20 354.34 0.64 0.48
Hex CB 2C 3B 0 4E 47 14 162 40 30
Octal 313 54 73 0 116 107 24 542 100 60
Binary 11001011 101100 111011 0 1001110 1000111 10100 101100010 1000000 110000

Color Harmonies of #CB2C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C3B

Black with #CB2C3B

Text Example


Text Example

White with #CB2C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C3B; }

 p { color: rgb(203,44,59); }

 H1.HeaderClassName
 {
   color: #CB2C3B;
 }
 .AnyTagClassName
 {
   color: #CB2C3B;
 }
</style>

background-color css

<style>
 a { background-color: #CB2C3B; }

 a { background-color: rgb(203,44,59); }

 div.DivClassName
 {
   background-color: #CB2C3B;
 }
 .BgClassName
 {
   background-color: #CB2C3B;
 }
</style>

border-color css

<style>
 span { border-color: #CB2C3B; }

 span { border-color: rgb(203,44,59); }

 td.TdClassName
 {
   border-color: #CB2C3B;
 }
 .TagClassName
 {
   border-color: #CB2C3B;
 }
</style>