Html Css Color HEX #CB3136 Mahogany

📋 copy color: '#CB3136'

red 203 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #CB3136

Tints of Mahogany #CB3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 66.34%
G = 16.01%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB3136 (or 0xCB3136) is known color: Mahogany. HEX triplet: CB, 31 and 36. RGB value is (203,49,54). Sum of RGB (Red+Green+Blue) = 203+49+54=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3136 is #34CEC9. Grayscale: #5F5F5F. Windows color (decimal): -3460810 or 3551691. OLE color: 3551691.

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

Color convert

RGB 203 49 54 -
CMYK 0 0.76 0.73 0.20
HSL 358.05º 0.61% 0.49% -
HSV(B) 358.05º 0.76% 0.8% -
XYZ 26.39 15.16 5.03 -
YUV 95.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 203 49 54 0 0.76 0.73 0.20 358.05 0.61 0.49
Hex CB 31 36 0 4C 49 14 166 3D 31
Octal 313 61 66 0 114 111 24 546 75 61
Binary 11001011 110001 110110 0 1001100 1001001 10100 101100110 111101 110001

Color Harmonies of #CB3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3136

Black with #CB3136

Text Example


Text Example

White with #CB3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3136; }

 p { color: rgb(203,49,54); }

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

background-color css

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

 a { background-color: rgb(203,49,54); }

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

border-color css

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

 span { border-color: rgb(203,49,54); }

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