Shades of Mahogany #C02A32
Tints of Mahogany #C02A32
RGB
CMYK
RGB Variations
Color information
#C02A32 (or 0xC02A32) is known color: Mahogany. HEX triplet: C0, 2A and 32. RGB value is (192,42,50). Sum of RGB (Red+Green+Blue) = 192+42+50=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A32 is #3FD5CD. Grayscale: #575757. Windows color (decimal): -4183502 or 3287744. OLE color: 3287744.
HSL color Cylindrical-coordinate representation of color #C02A32: hue angle of 356.8º degrees, saturation: 0.64, 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 #C02A32 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 50 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.25 |
| HSL | 356.8º | 0.64% | 0.46% | - |
| HSV(B) | 356.8º | 0.78% | 0.75% | - |
| XYZ | 23.14 | 13.09 | 4.33 | - |
| YUV | 87.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 50 | 0 | 0.78 | 0.74 | 0.25 | 356.8 | 0.64 | 0.46 |
| Hex | C0 | 2A | 32 | 0 | 4E | 4A | 19 | 165 | 40 | 2E |
| Octal | 300 | 52 | 62 | 0 | 116 | 112 | 31 | 545 | 100 | 56 |
| Binary | 11000000 | 101010 | 110010 | 0 | 1001110 | 1001010 | 11001 | 101100101 | 1000000 | 101110 |
Color Harmonies of #C02A32
Complementary color
Monochromatic Colors of #C02A32
Black with #C02A32
Text Example
Text Example
White with #C02A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A32; }
p { color: rgb(192,42,50); }
H1.HeaderClassName
{
color: #C02A32;
}
.AnyTagClassName
{
color: #C02A32;
}
</style>
background-color css
<style>
a { background-color: #C02A32; }
a { background-color: rgb(192,42,50); }
div.DivClassName
{
background-color: #C02A32;
}
.BgClassName
{
background-color: #C02A32;
}
</style>
border-color css
<style>
span { border-color: #C02A32; }
span { border-color: rgb(192,42,50); }
td.TdClassName
{
border-color: #C02A32;
}
.TagClassName
{
border-color: #C02A32;
}
</style>