Html Css Color HEX #CB3032 Mahogany

📋 copy color: '#CB3032'

red 203 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #CB3032

Tints of Mahogany #CB3032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 67.44%
G = 15.95%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB3032 (or 0xCB3032) is known color: Mahogany. HEX triplet: CB, 30 and 32. RGB value is (203,48,50). Sum of RGB (Red+Green+Blue) = 203+48+50=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3032 is #34CFCD. Grayscale: #5E5E5E. Windows color (decimal): -3461070 or 3289291. OLE color: 3289291.

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

Color convert

RGB 203 48 50 -
CMYK 0 0.76 0.75 0.20
HSL 359.23º 0.62% 0.49% -
HSV(B) 359.23º 0.76% 0.8% -
XYZ 26.26 15.04 4.54 -
YUV 94.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 203 48 50 0 0.76 0.75 0.20 359.23 0.62 0.49
Hex CB 30 32 0 4C 4B 14 167 3E 31
Octal 313 60 62 0 114 113 24 547 76 61
Binary 11001011 110000 110010 0 1001100 1001011 10100 101100111 111110 110001

Color Harmonies of #CB3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3032

Black with #CB3032

Text Example


Text Example

White with #CB3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3032; }

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

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

background-color css

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

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

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

border-color css

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

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

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