Shades of Mahogany #C02A2C
Tints of Mahogany #C02A2C
RGB
CMYK
RGB Variations
Color information
#C02A2C (or 0xC02A2C) is known color: Mahogany. HEX triplet: C0, 2A and 2C. RGB value is (192,42,44). Sum of RGB (Red+Green+Blue) = 192+42+44=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A2C is #3FD5D3. Grayscale: #575757. Windows color (decimal): -4183508 or 2894528. OLE color: 2894528.
HSL color Cylindrical-coordinate representation of color #C02A2C: hue angle of 359.2º 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 #C02A2C is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 44 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.25 |
| HSL | 359.2º | 0.64% | 0.46% | - |
| HSV(B) | 359.2º | 0.78% | 0.75% | - |
| XYZ | 23.02 | 13.04 | 3.69 | - |
| YUV | 87.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 44 | 0 | 0.78 | 0.77 | 0.25 | 359.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | 2C | 0 | 4E | 4D | 19 | 167 | 40 | 2E |
| Octal | 300 | 52 | 54 | 0 | 116 | 115 | 31 | 547 | 100 | 56 |
| Binary | 11000000 | 101010 | 101100 | 0 | 1001110 | 1001101 | 11001 | 101100111 | 1000000 | 101110 |
Color Harmonies of #C02A2C
Complementary color
Monochromatic Colors of #C02A2C
Black with #C02A2C
Text Example
Text Example
White with #C02A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A2C; }
p { color: rgb(192,42,44); }
H1.HeaderClassName
{
color: #C02A2C;
}
.AnyTagClassName
{
color: #C02A2C;
}
</style>
background-color css
<style>
a { background-color: #C02A2C; }
a { background-color: rgb(192,42,44); }
div.DivClassName
{
background-color: #C02A2C;
}
.BgClassName
{
background-color: #C02A2C;
}
</style>
border-color css
<style>
span { border-color: #C02A2C; }
span { border-color: rgb(192,42,44); }
td.TdClassName
{
border-color: #C02A2C;
}
.TagClassName
{
border-color: #C02A2C;
}
</style>