Html Css Color HEX #CB2A49 Brick Red

📋 copy color: '#CB2A49'

red 203 ◦ green 42 ◦ blue 73

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

Shades of Brick Red #CB2A49

Tints of Brick Red #CB2A49

RGB

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

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

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

R = 63.84%
G = 13.21%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB2A49 (or 0xCB2A49) is known color: Brick Red. HEX triplet: CB, 2A and 49. RGB value is (203,42,73). Sum of RGB (Red+Green+Blue) = 203+42+73=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A49 is #34D5B6. Grayscale: #5D5D5D. Windows color (decimal): -3462583 or 4795083. OLE color: 4795083.

HSL color Cylindrical-coordinate representation of color #CB2A49: hue angle of 348.45º 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 #CB2A49 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 42 73 -
CMYK 0 0.79 0.64 0.20
HSL 348.45º 0.66% 0.48% -
HSV(B) 348.45º 0.79% 0.8% -
XYZ 26.66 14.83 7.76 -
YUV 93.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 203 42 73 0 0.79 0.64 0.20 348.45 0.66 0.48
Hex CB 2A 49 0 4F 40 14 15C 42 30
Octal 313 52 111 0 117 100 24 534 102 60
Binary 11001011 101010 1001001 0 1001111 1000000 10100 101011100 1000010 110000

Color Harmonies of #CB2A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A49

Black with #CB2A49

Text Example


Text Example

White with #CB2A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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