Shades of Mahogany #C02E30
Tints of Mahogany #C02E30
RGB
CMYK
RGB Variations
Color information
#C02E30 (or 0xC02E30) is known color: Mahogany. HEX triplet: C0, 2E and 30. RGB value is (192,46,48). Sum of RGB (Red+Green+Blue) = 192+46+48=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E30 is #3FD1CF. Grayscale: #5A5A5A. Windows color (decimal): -4182480 or 3157696. OLE color: 3157696.
HSL color Cylindrical-coordinate representation of color #C02E30: hue angle of 359.18º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E30 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 48 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.25 |
| HSL | 359.18º | 0.61% | 0.47% | - |
| HSV(B) | 359.18º | 0.76% | 0.75% | - |
| XYZ | 23.25 | 13.37 | 4.15 | - |
| YUV | 89.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 48 | 0 | 0.76 | 0.75 | 0.25 | 359.18 | 0.61 | 0.47 |
| Hex | C0 | 2E | 30 | 0 | 4C | 4B | 19 | 167 | 3D | 2F |
| Octal | 300 | 56 | 60 | 0 | 114 | 113 | 31 | 547 | 75 | 57 |
| Binary | 11000000 | 101110 | 110000 | 0 | 1001100 | 1001011 | 11001 | 101100111 | 111101 | 101111 |
Color Harmonies of #C02E30
Complementary color
Monochromatic Colors of #C02E30
Black with #C02E30
Text Example
Text Example
White with #C02E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E30; }
p { color: rgb(192,46,48); }
H1.HeaderClassName
{
color: #C02E30;
}
.AnyTagClassName
{
color: #C02E30;
}
</style>
background-color css
<style>
a { background-color: #C02E30; }
a { background-color: rgb(192,46,48); }
div.DivClassName
{
background-color: #C02E30;
}
.BgClassName
{
background-color: #C02E30;
}
</style>
border-color css
<style>
span { border-color: #C02E30; }
span { border-color: rgb(192,46,48); }
td.TdClassName
{
border-color: #C02E30;
}
.TagClassName
{
border-color: #C02E30;
}
</style>