#CB292E

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

Shades of Mahogany #CB292E

Tints of Mahogany #CB292E

Color information

#CB292E (or 0xCB292E) is unknown color: approx Mahogany. HEX triplet: CB, 29 and 2E. RGB value is (203,41,46). Sum of RGB (Red+Green+Blue) = 203+41+46=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB292E is #34D6D1. Grayscale: #5A5A5A. Windows color (decimal): -3462866 or 3025355. OLE color: 3025355.

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

Color convert

RGB2034146-
CMYK00.800.770.20
HSL358.15º66.39%47.84%-
HSV(B)358.15º79.8%79.61%-
XYZ25.9114.484.01-
YUV90.01103.17208.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=70%
G=14.14%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203414600.800.770.20358.1566.3947.84
HexCB292E0504D141664230
Octal313515601201152454610260
Binary11001011101001101110010100001001101101001011001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB292E; }

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

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

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

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

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

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

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

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