Shades of Mahogany #C02B2F
Tints of Mahogany #C02B2F
RGB
CMYK
RGB Variations
Color information
#C02B2F (or 0xC02B2F) is known color: Mahogany. HEX triplet: C0, 2B and 2F. RGB value is (192,43,47). Sum of RGB (Red+Green+Blue) = 192+43+47=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B2F is #3FD4D0. Grayscale: #585858. Windows color (decimal): -4183249 or 3091392. OLE color: 3091392.
HSL color Cylindrical-coordinate representation of color #C02B2F: hue angle of 358.39º 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 #C02B2F is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 47 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.25 |
| HSL | 358.39º | 0.63% | 0.46% | - |
| HSV(B) | 358.39º | 0.78% | 0.75% | - |
| XYZ | 23.12 | 13.14 | 4.01 | - |
| YUV | 88.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 47 | 0 | 0.78 | 0.76 | 0.25 | 358.39 | 0.63 | 0.46 |
| Hex | C0 | 2B | 2F | 0 | 4E | 4C | 19 | 166 | 3F | 2E |
| Octal | 300 | 53 | 57 | 0 | 116 | 114 | 31 | 546 | 77 | 56 |
| Binary | 11000000 | 101011 | 101111 | 0 | 1001110 | 1001100 | 11001 | 101100110 | 111111 | 101110 |
Color Harmonies of #C02B2F
Complementary color
Monochromatic Colors of #C02B2F
Black with #C02B2F
Text Example
Text Example
White with #C02B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B2F; }
p { color: rgb(192,43,47); }
H1.HeaderClassName
{
color: #C02B2F;
}
.AnyTagClassName
{
color: #C02B2F;
}
</style>
background-color css
<style>
a { background-color: #C02B2F; }
a { background-color: rgb(192,43,47); }
div.DivClassName
{
background-color: #C02B2F;
}
.BgClassName
{
background-color: #C02B2F;
}
</style>
border-color css
<style>
span { border-color: #C02B2F; }
span { border-color: rgb(192,43,47); }
td.TdClassName
{
border-color: #C02B2F;
}
.TagClassName
{
border-color: #C02B2F;
}
</style>