Shades of Mahogany #C02B2D
Tints of Mahogany #C02B2D
RGB
CMYK
RGB Variations
Color information
#C02B2D (or 0xC02B2D) is known color: Mahogany. HEX triplet: C0, 2B and 2D. RGB value is (192,43,45). Sum of RGB (Red+Green+Blue) = 192+43+45=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B2D is #3FD4D2. Grayscale: #575757. Windows color (decimal): -4183251 or 2960320. OLE color: 2960320.
HSL color Cylindrical-coordinate representation of color #C02B2D: hue angle of 359.19º degrees, saturation: 0.63, 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 #C02B2D is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 45 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.25 |
| HSL | 359.19º | 0.63% | 0.46% | - |
| HSV(B) | 359.19º | 0.78% | 0.75% | - |
| XYZ | 23.08 | 13.12 | 3.8 | - |
| YUV | 87.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 45 | 0 | 0.78 | 0.77 | 0.25 | 359.19 | 0.63 | 0.46 |
| Hex | C0 | 2B | 2D | 0 | 4E | 4D | 19 | 167 | 3F | 2E |
| Octal | 300 | 53 | 55 | 0 | 116 | 115 | 31 | 547 | 77 | 56 |
| Binary | 11000000 | 101011 | 101101 | 0 | 1001110 | 1001101 | 11001 | 101100111 | 111111 | 101110 |
Color Harmonies of #C02B2D
Complementary color
Monochromatic Colors of #C02B2D
Black with #C02B2D
Text Example
Text Example
White with #C02B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B2D; }
p { color: rgb(192,43,45); }
H1.HeaderClassName
{
color: #C02B2D;
}
.AnyTagClassName
{
color: #C02B2D;
}
</style>
background-color css
<style>
a { background-color: #C02B2D; }
a { background-color: rgb(192,43,45); }
div.DivClassName
{
background-color: #C02B2D;
}
.BgClassName
{
background-color: #C02B2D;
}
</style>
border-color css
<style>
span { border-color: #C02B2D; }
span { border-color: rgb(192,43,45); }
td.TdClassName
{
border-color: #C02B2D;
}
.TagClassName
{
border-color: #C02B2D;
}
</style>