Html Css Color HEX #CB2842 Brick Red

📋 copy color: '#CB2842'

red 203 ◦ green 40 ◦ blue 66

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

Shades of Brick Red #CB2842

Tints of Brick Red #CB2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 65.7%
G = 12.94%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB2842 (or 0xCB2842) is known color: Brick Red. HEX triplet: CB, 28 and 42. RGB value is (203,40,66). Sum of RGB (Red+Green+Blue) = 203+40+66=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2842 is #34D7BD. Grayscale: #5B5B5B. Windows color (decimal): -3463102 or 4335819. OLE color: 4335819.

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

Color convert

RGB 203 40 66 -
CMYK 0 0.80 0.67 0.20
HSL 350.43º 0.67% 0.48% -
HSV(B) 350.43º 0.8% 0.8% -
XYZ 26.37 14.61 6.58 -
YUV 91.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 203 40 66 0 0.80 0.67 0.20 350.43 0.67 0.48
Hex CB 28 42 0 50 43 14 15E 43 30
Octal 313 50 102 0 120 103 24 536 103 60
Binary 11001011 101000 1000010 0 1010000 1000011 10100 101011110 1000011 110000

Color Harmonies of #CB2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2842

Black with #CB2842

Text Example


Text Example

White with #CB2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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