Shades of Mahogany #C02A35
Tints of Mahogany #C02A35
RGB
CMYK
RGB Variations
Color information
#C02A35 (or 0xC02A35) is known color: Mahogany. HEX triplet: C0, 2A and 35. RGB value is (192,42,53). Sum of RGB (Red+Green+Blue) = 192+42+53=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A35 is #3FD5CA. Grayscale: #585858. Windows color (decimal): -4183499 or 3484352. OLE color: 3484352.
HSL color Cylindrical-coordinate representation of color #C02A35: hue angle of 355.6º 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 #C02A35 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 53 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.25 |
| HSL | 355.6º | 0.64% | 0.46% | - |
| HSV(B) | 355.6º | 0.78% | 0.75% | - |
| XYZ | 23.21 | 13.12 | 4.68 | - |
| YUV | 88.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 53 | 0 | 0.78 | 0.72 | 0.25 | 355.6 | 0.64 | 0.46 |
| Hex | C0 | 2A | 35 | 0 | 4E | 48 | 19 | 164 | 40 | 2E |
| Octal | 300 | 52 | 65 | 0 | 116 | 110 | 31 | 544 | 100 | 56 |
| Binary | 11000000 | 101010 | 110101 | 0 | 1001110 | 1001000 | 11001 | 101100100 | 1000000 | 101110 |
Color Harmonies of #C02A35
Complementary color
Monochromatic Colors of #C02A35
Black with #C02A35
Text Example
Text Example
White with #C02A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A35; }
p { color: rgb(192,42,53); }
H1.HeaderClassName
{
color: #C02A35;
}
.AnyTagClassName
{
color: #C02A35;
}
</style>
background-color css
<style>
a { background-color: #C02A35; }
a { background-color: rgb(192,42,53); }
div.DivClassName
{
background-color: #C02A35;
}
.BgClassName
{
background-color: #C02A35;
}
</style>
border-color css
<style>
span { border-color: #C02A35; }
span { border-color: rgb(192,42,53); }
td.TdClassName
{
border-color: #C02A35;
}
.TagClassName
{
border-color: #C02A35;
}
</style>