Shades of Mahogany #C02C2E
Tints of Mahogany #C02C2E
RGB
CMYK
RGB Variations
Color information
#C02C2E (or 0xC02C2E) is known color: Mahogany. HEX triplet: C0, 2C and 2E. RGB value is (192,44,46). Sum of RGB (Red+Green+Blue) = 192+44+46=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C2E is #3FD3D1. Grayscale: #585858. Windows color (decimal): -4182994 or 3026112. OLE color: 3026112.
HSL color Cylindrical-coordinate representation of color #C02C2E: hue angle of 359.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C2E is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 46 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.25 |
| HSL | 359.19º | 0.63% | 0.46% | - |
| HSV(B) | 359.19º | 0.77% | 0.75% | - |
| XYZ | 23.13 | 13.21 | 3.91 | - |
| YUV | 88.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 46 | 0 | 0.77 | 0.76 | 0.25 | 359.19 | 0.63 | 0.46 |
| Hex | C0 | 2C | 2E | 0 | 4D | 4C | 19 | 167 | 3F | 2E |
| Octal | 300 | 54 | 56 | 0 | 115 | 114 | 31 | 547 | 77 | 56 |
| Binary | 11000000 | 101100 | 101110 | 0 | 1001101 | 1001100 | 11001 | 101100111 | 111111 | 101110 |
Color Harmonies of #C02C2E
Complementary color
Monochromatic Colors of #C02C2E
Black with #C02C2E
Text Example
Text Example
White with #C02C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C2E; }
p { color: rgb(192,44,46); }
H1.HeaderClassName
{
color: #C02C2E;
}
.AnyTagClassName
{
color: #C02C2E;
}
</style>
background-color css
<style>
a { background-color: #C02C2E; }
a { background-color: rgb(192,44,46); }
div.DivClassName
{
background-color: #C02C2E;
}
.BgClassName
{
background-color: #C02C2E;
}
</style>
border-color css
<style>
span { border-color: #C02C2E; }
span { border-color: rgb(192,44,46); }
td.TdClassName
{
border-color: #C02C2E;
}
.TagClassName
{
border-color: #C02C2E;
}
</style>