Html Css Color HEX #CB2449 Brick Red

📋 copy color: '#CB2449'

red 203 ◦ green 36 ◦ blue 73

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

Shades of Brick Red #CB2449

Tints of Brick Red #CB2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 65.06%
G = 11.54%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB2449 (or 0xCB2449) is known color: Brick Red. HEX triplet: CB, 24 and 49. RGB value is (203,36,73). Sum of RGB (Red+Green+Blue) = 203+36+73=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2449 is #34DBB6. Grayscale: #5A5A5A. Windows color (decimal): -3464119 or 4793547. OLE color: 4793547.

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

Color convert

RGB 203 36 73 -
CMYK 0 0.82 0.64 0.20
HSL 346.71º 0.7% 0.47% -
HSV(B) 346.71º 0.82% 0.8% -
XYZ 26.46 14.44 7.7 -
YUV 90.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 203 36 73 0 0.82 0.64 0.20 346.71 0.7 0.47
Hex CB 24 49 0 52 40 14 15B 46 2F
Octal 313 44 111 0 122 100 24 533 106 57
Binary 11001011 100100 1001001 0 1010010 1000000 10100 101011011 1000110 101111

Color Harmonies of #CB2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2449

Black with #CB2449

Text Example


Text Example

White with #CB2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2449; }

 p { color: rgb(203,36,73); }

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

background-color css

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

 a { background-color: rgb(203,36,73); }

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

border-color css

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

 span { border-color: rgb(203,36,73); }

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