Shades of Mahogany #C02A2F
Tints of Mahogany #C02A2F
RGB
CMYK
RGB Variations
Color information
#C02A2F (or 0xC02A2F) is known color: Mahogany. HEX triplet: C0, 2A and 2F. RGB value is (192,42,47). Sum of RGB (Red+Green+Blue) = 192+42+47=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A2F is #3FD5D0. Grayscale: #575757. Windows color (decimal): -4183505 or 3091136. OLE color: 3091136.
HSL color Cylindrical-coordinate representation of color #C02A2F: hue angle of 358º 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 #C02A2F is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 47 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.25 |
| HSL | 358º | 0.64% | 0.46% | - |
| HSV(B) | 358º | 0.78% | 0.75% | - |
| XYZ | 23.08 | 13.07 | 4 | - |
| YUV | 87.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 47 | 0 | 0.78 | 0.76 | 0.25 | 358 | 0.64 | 0.46 |
| Hex | C0 | 2A | 2F | 0 | 4E | 4C | 19 | 166 | 40 | 2E |
| Octal | 300 | 52 | 57 | 0 | 116 | 114 | 31 | 546 | 100 | 56 |
| Binary | 11000000 | 101010 | 101111 | 0 | 1001110 | 1001100 | 11001 | 101100110 | 1000000 | 101110 |
Color Harmonies of #C02A2F
Complementary color
Monochromatic Colors of #C02A2F
Black with #C02A2F
Text Example
Text Example
White with #C02A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A2F; }
p { color: rgb(192,42,47); }
H1.HeaderClassName
{
color: #C02A2F;
}
.AnyTagClassName
{
color: #C02A2F;
}
</style>
background-color css
<style>
a { background-color: #C02A2F; }
a { background-color: rgb(192,42,47); }
div.DivClassName
{
background-color: #C02A2F;
}
.BgClassName
{
background-color: #C02A2F;
}
</style>
border-color css
<style>
span { border-color: #C02A2F; }
span { border-color: rgb(192,42,47); }
td.TdClassName
{
border-color: #C02A2F;
}
.TagClassName
{
border-color: #C02A2F;
}
</style>