Html Css Color HEX #CB3049 Brick Red

📋 copy color: '#CB3049'

red 203 ◦ green 48 ◦ blue 73

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

Shades of Brick Red #CB3049

Tints of Brick Red #CB3049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

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

R = 62.65%
G = 14.81%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB3049 (or 0xCB3049) is known color: Brick Red. HEX triplet: CB, 30 and 49. RGB value is (203,48,73). Sum of RGB (Red+Green+Blue) = 203+48+73=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3049 is #34CFB6. Grayscale: #616161. Windows color (decimal): -3461047 or 4796619. OLE color: 4796619.

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

Color convert

RGB 203 48 73 -
CMYK 0 0.76 0.64 0.20
HSL 350.32º 0.62% 0.49% -
HSV(B) 350.32º 0.76% 0.8% -
XYZ 26.89 15.29 7.84 -
YUV 97.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 203 48 73 0 0.76 0.64 0.20 350.32 0.62 0.49
Hex CB 30 49 0 4C 40 14 15E 3E 31
Octal 313 60 111 0 114 100 24 536 76 61
Binary 11001011 110000 1001001 0 1001100 1000000 10100 101011110 111110 110001

Color Harmonies of #CB3049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3049

Black with #CB3049

Text Example


Text Example

White with #CB3049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3049; }

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

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

background-color css

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

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

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

border-color css

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

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

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