Shades of Mahogany #C0292C
Tints of Mahogany #C0292C
RGB
CMYK
RGB Variations
Color information
#C0292C (or 0xC0292C) is known color: Mahogany. HEX triplet: C0, 29 and 2C. RGB value is (192,41,44). Sum of RGB (Red+Green+Blue) = 192+41+44=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0292C is #3FD6D3. Grayscale: #565656. Windows color (decimal): -4183764 or 2894272. OLE color: 2894272.
HSL color Cylindrical-coordinate representation of color #C0292C: hue angle of 358.81º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0292C is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 44 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.25 |
| HSL | 358.81º | 0.65% | 0.46% | - |
| HSV(B) | 358.81º | 0.79% | 0.75% | - |
| XYZ | 22.99 | 12.97 | 3.68 | - |
| YUV | 86.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 44 | 0 | 0.79 | 0.77 | 0.25 | 358.81 | 0.65 | 0.46 |
| Hex | C0 | 29 | 2C | 0 | 4F | 4D | 19 | 167 | 41 | 2E |
| Octal | 300 | 51 | 54 | 0 | 117 | 115 | 31 | 547 | 101 | 56 |
| Binary | 11000000 | 101001 | 101100 | 0 | 1001111 | 1001101 | 11001 | 101100111 | 1000001 | 101110 |
Color Harmonies of #C0292C
Complementary color
Monochromatic Colors of #C0292C
Black with #C0292C
Text Example
Text Example
White with #C0292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0292C; }
p { color: rgb(192,41,44); }
H1.HeaderClassName
{
color: #C0292C;
}
.AnyTagClassName
{
color: #C0292C;
}
</style>
background-color css
<style>
a { background-color: #C0292C; }
a { background-color: rgb(192,41,44); }
div.DivClassName
{
background-color: #C0292C;
}
.BgClassName
{
background-color: #C0292C;
}
</style>
border-color css
<style>
span { border-color: #C0292C; }
span { border-color: rgb(192,41,44); }
td.TdClassName
{
border-color: #C0292C;
}
.TagClassName
{
border-color: #C0292C;
}
</style>