Shades of Mahogany #C02C2F
Tints of Mahogany #C02C2F
RGB
CMYK
RGB Variations
Color information
#C02C2F (or 0xC02C2F) is known color: Mahogany. HEX triplet: C0, 2C and 2F. RGB value is (192,44,47). Sum of RGB (Red+Green+Blue) = 192+44+47=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C2F is #3FD3D0. Grayscale: #585858. Windows color (decimal): -4182993 or 3091648. OLE color: 3091648.
HSL color Cylindrical-coordinate representation of color #C02C2F: hue angle of 358.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C2F is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 47 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.25 |
| HSL | 358.78º | 0.63% | 0.46% | - |
| HSV(B) | 358.78º | 0.77% | 0.75% | - |
| XYZ | 23.15 | 13.21 | 4.02 | - |
| YUV | 88.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 47 | 0 | 0.77 | 0.76 | 0.25 | 358.78 | 0.63 | 0.46 |
| Hex | C0 | 2C | 2F | 0 | 4D | 4C | 19 | 167 | 3F | 2E |
| Octal | 300 | 54 | 57 | 0 | 115 | 114 | 31 | 547 | 77 | 56 |
| Binary | 11000000 | 101100 | 101111 | 0 | 1001101 | 1001100 | 11001 | 101100111 | 111111 | 101110 |
Color Harmonies of #C02C2F
Complementary color
Monochromatic Colors of #C02C2F
Black with #C02C2F
Text Example
Text Example
White with #C02C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C2F; }
p { color: rgb(192,44,47); }
H1.HeaderClassName
{
color: #C02C2F;
}
.AnyTagClassName
{
color: #C02C2F;
}
</style>
background-color css
<style>
a { background-color: #C02C2F; }
a { background-color: rgb(192,44,47); }
div.DivClassName
{
background-color: #C02C2F;
}
.BgClassName
{
background-color: #C02C2F;
}
</style>
border-color css
<style>
span { border-color: #C02C2F; }
span { border-color: rgb(192,44,47); }
td.TdClassName
{
border-color: #C02C2F;
}
.TagClassName
{
border-color: #C02C2F;
}
</style>