Html Css Color HEX #CB3042 Brick Red

📋 copy color: '#CB3042'

red 203 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #CB3042

Tints of Brick Red #CB3042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 64.04%
G = 15.14%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB3042 (or 0xCB3042) is known color: Brick Red. HEX triplet: CB, 30 and 42. RGB value is (203,48,66). Sum of RGB (Red+Green+Blue) = 203+48+66=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3042 is #34CFBD. Grayscale: #606060. Windows color (decimal): -3461054 or 4337867. OLE color: 4337867.

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

Color convert

RGB 203 48 66 -
CMYK 0 0.76 0.67 0.20
HSL 353.03º 0.62% 0.49% -
HSV(B) 353.03º 0.76% 0.8% -
XYZ 26.67 15.2 6.68 -
YUV 96.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 203 48 66 0 0.76 0.67 0.20 353.03 0.62 0.49
Hex CB 30 42 0 4C 43 14 161 3E 31
Octal 313 60 102 0 114 103 24 541 76 61
Binary 11001011 110000 1000010 0 1001100 1000011 10100 101100001 111110 110001

Color Harmonies of #CB3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3042

Black with #CB3042

Text Example


Text Example

White with #CB3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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