Shades of Mahogany #C02B2E
Tints of Mahogany #C02B2E
RGB
CMYK
RGB Variations
Color information
#C02B2E (or 0xC02B2E) is known color: Mahogany. HEX triplet: C0, 2B and 2E. RGB value is (192,43,46). Sum of RGB (Red+Green+Blue) = 192+43+46=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B2E is #3FD4D1. Grayscale: #585858. Windows color (decimal): -4183250 or 3025856. OLE color: 3025856.
HSL color Cylindrical-coordinate representation of color #C02B2E: hue angle of 358.79º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B2E is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 46 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.25 |
| HSL | 358.79º | 0.63% | 0.46% | - |
| HSV(B) | 358.79º | 0.78% | 0.75% | - |
| XYZ | 23.1 | 13.13 | 3.9 | - |
| YUV | 87.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 46 | 0 | 0.78 | 0.76 | 0.25 | 358.79 | 0.63 | 0.46 |
| Hex | C0 | 2B | 2E | 0 | 4E | 4C | 19 | 167 | 3F | 2E |
| Octal | 300 | 53 | 56 | 0 | 116 | 114 | 31 | 547 | 77 | 56 |
| Binary | 11000000 | 101011 | 101110 | 0 | 1001110 | 1001100 | 11001 | 101100111 | 111111 | 101110 |
Color Harmonies of #C02B2E
Complementary color
Monochromatic Colors of #C02B2E
Black with #C02B2E
Text Example
Text Example
White with #C02B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B2E; }
p { color: rgb(192,43,46); }
H1.HeaderClassName
{
color: #C02B2E;
}
.AnyTagClassName
{
color: #C02B2E;
}
</style>
background-color css
<style>
a { background-color: #C02B2E; }
a { background-color: rgb(192,43,46); }
div.DivClassName
{
background-color: #C02B2E;
}
.BgClassName
{
background-color: #C02B2E;
}
</style>
border-color css
<style>
span { border-color: #C02B2E; }
span { border-color: rgb(192,43,46); }
td.TdClassName
{
border-color: #C02B2E;
}
.TagClassName
{
border-color: #C02B2E;
}
</style>