#CB2B2C

Color #CB2B2C Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #CB2B2C

Tints of Mahogany #CB2B2C

Color information

#CB2B2C (or 0xCB2B2C) is unknown color: approx Mahogany. HEX triplet: CB, 2B and 2C. RGB value is (203,43,44). Sum of RGB (Red+Green+Blue) = 203+43+44=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B2C is #34D4D3. Grayscale: #5B5B5B. Windows color (decimal): -3462356 or 2894795. OLE color: 2894795.

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

Color convert

RGB2034344-
CMYK00.790.780.20
HSL359.62º65.04%48.24%-
HSV(B)359.62º78.82%79.61%-
XYZ25.9514.613.83-
YUV90.95101.51207.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=70%
G=14.83%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203434400.790.780.20359.6265.0448.24
HexCB2B2C04F4E141684130
Octal313535401171162455010160
Binary11001011101011101100010011111001110101001011010001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2B2C; }

 p { color: rgb(203,43,44); }

 H1.HeaderClassName
 {
   color: #CB2B2C;
 }
 .AnyTagClassName
 {
   color: #CB2B2C;
 }
</style>
background-color css

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

 a { background-color: rgb(203,43,44); }

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

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

 span { border-color: rgb(203,43,44); }

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