Html Css Color HEX #CB3033 Mahogany

📋 copy color: '#CB3033'

red 203 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #CB3033

Tints of Mahogany #CB3033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 67.22%
G = 15.89%
B = 16.89%

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

#CB3033 (or 0xCB3033) is known color: Mahogany. HEX triplet: CB, 30 and 33. RGB value is (203,48,51). Sum of RGB (Red+Green+Blue) = 203+48+51=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3033 is #34CFCC. Grayscale: #5E5E5E. Windows color (decimal): -3461069 or 3354827. OLE color: 3354827.

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

Color convert

RGB 203 48 51 -
CMYK 0 0.76 0.75 0.20
HSL 358.84º 0.62% 0.49% -
HSV(B) 358.84º 0.76% 0.8% -
XYZ 26.28 15.05 4.65 -
YUV 94.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 203 48 51 0 0.76 0.75 0.20 358.84 0.62 0.49
Hex CB 30 33 0 4C 4B 14 167 3E 31
Octal 313 60 63 0 114 113 24 547 76 61
Binary 11001011 110000 110011 0 1001100 1001011 10100 101100111 111110 110001

Color Harmonies of #CB3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3033

Black with #CB3033

Text Example


Text Example

White with #CB3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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