Html Css Color HEX #CB3742 Brick Red

📋 copy color: '#CB3742'

red 203 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #CB3742

Tints of Brick Red #CB3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

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

R = 62.65%
G = 16.98%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB3742 (or 0xCB3742) is known color: Brick Red. HEX triplet: CB, 37 and 42. RGB value is (203,55,66). Sum of RGB (Red+Green+Blue) = 203+55+66=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3742 is #34C8BD. Grayscale: #646464. Windows color (decimal): -3459262 or 4339659. OLE color: 4339659.

HSL color Cylindrical-coordinate representation of color #CB3742: hue angle of 355.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3742 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 66 -
CMYK 0 0.73 0.67 0.20
HSL 355.54º 0.59% 0.51% -
HSV(B) 355.54º 0.73% 0.8% -
XYZ 26.98 15.82 6.79 -
YUV 100.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 203 55 66 0 0.73 0.67 0.20 355.54 0.59 0.51
Hex CB 37 42 0 49 43 14 164 3B 33
Octal 313 67 102 0 111 103 24 544 73 63
Binary 11001011 110111 1000010 0 1001001 1000011 10100 101100100 111011 110011

Color Harmonies of #CB3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3742

Black with #CB3742

Text Example


Text Example

White with #CB3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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