Html Css Color HEX #CB2936 Mahogany

📋 copy color: '#CB2936'

red 203 ◦ green 41 ◦ blue 54

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

Shades of Mahogany #CB2936

Tints of Mahogany #CB2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

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

R = 68.12%
G = 13.76%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB2936 (or 0xCB2936) is known color: Mahogany. HEX triplet: CB, 29 and 36. RGB value is (203,41,54). Sum of RGB (Red+Green+Blue) = 203+41+54=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2936 is #34D6C9. Grayscale: #5B5B5B. Windows color (decimal): -3462858 or 3549643. OLE color: 3549643.

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

Color convert

RGB 203 41 54 -
CMYK 0 0.80 0.73 0.20
HSL 355.19º 0.66% 0.48% -
HSV(B) 355.19º 0.8% 0.8% -
XYZ 26.09 14.55 4.92 -
YUV 90.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 203 41 54 0 0.80 0.73 0.20 355.19 0.66 0.48
Hex CB 29 36 0 50 49 14 163 42 30
Octal 313 51 66 0 120 111 24 543 102 60
Binary 11001011 101001 110110 0 1010000 1001001 10100 101100011 1000010 110000

Color Harmonies of #CB2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2936

Black with #CB2936

Text Example


Text Example

White with #CB2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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