Html Css Color HEX #CB3442 Brick Red

📋 copy color: '#CB3442'

red 203 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #CB3442

Tints of Brick Red #CB3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 63.24%
G = 16.2%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB3442 (or 0xCB3442) is known color: Brick Red. HEX triplet: CB, 34 and 42. RGB value is (203,52,66). Sum of RGB (Red+Green+Blue) = 203+52+66=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3442 is #34CBBD. Grayscale: #626262. Windows color (decimal): -3460030 or 4338891. OLE color: 4338891.

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

Color convert

RGB 203 52 66 -
CMYK 0 0.74 0.67 0.20
HSL 354.44º 0.59% 0.5% -
HSV(B) 354.44º 0.74% 0.8% -
XYZ 26.84 15.55 6.74 -
YUV 98.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 203 52 66 0 0.74 0.67 0.20 354.44 0.59 0.5
Hex CB 34 42 0 4A 43 14 162 3B 32
Octal 313 64 102 0 112 103 24 542 73 62
Binary 11001011 110100 1000010 0 1001010 1000011 10100 101100010 111011 110010

Color Harmonies of #CB3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3442

Black with #CB3442

Text Example


Text Example

White with #CB3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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