Html Css Color HEX #CB2A39 Brick Red

📋 copy color: '#CB2A39'

red 203 ◦ green 42 ◦ blue 57

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

Shades of Brick Red #CB2A39

Tints of Brick Red #CB2A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 67.22%
G = 13.91%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB2A39 (or 0xCB2A39) is known color: Brick Red. HEX triplet: CB, 2A and 39. RGB value is (203,42,57). Sum of RGB (Red+Green+Blue) = 203+42+57=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A39 is #34D5C6. Grayscale: #5B5B5B. Windows color (decimal): -3462599 or 3746507. OLE color: 3746507.

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

Color convert

RGB 203 42 57 -
CMYK 0 0.79 0.72 0.20
HSL 354.41º 0.66% 0.48% -
HSV(B) 354.41º 0.79% 0.8% -
XYZ 26.2 14.65 5.32 -
YUV 91.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 203 42 57 0 0.79 0.72 0.20 354.41 0.66 0.48
Hex CB 2A 39 0 4F 48 14 162 42 30
Octal 313 52 71 0 117 110 24 542 102 60
Binary 11001011 101010 111001 0 1001111 1001000 10100 101100010 1000010 110000

Color Harmonies of #CB2A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A39

Black with #CB2A39

Text Example


Text Example

White with #CB2A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A39; }

 p { color: rgb(203,42,57); }

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

background-color css

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

 a { background-color: rgb(203,42,57); }

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

border-color css

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

 span { border-color: rgb(203,42,57); }

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