Shades of Mahogany #C0292A
Tints of Mahogany #C0292A
RGB
CMYK
RGB Variations
Color information
#C0292A (or 0xC0292A) is known color: Mahogany. HEX triplet: C0, 29 and 2A. RGB value is (192,41,42). Sum of RGB (Red+Green+Blue) = 192+41+42=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0292A is #3FD6D5. Grayscale: #565656. Windows color (decimal): -4183766 or 2763200. OLE color: 2763200.
HSL color Cylindrical-coordinate representation of color #C0292A: hue angle of 359.6º 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 #C0292A is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 42 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.25 |
| HSL | 359.6º | 0.65% | 0.46% | - |
| HSV(B) | 359.6º | 0.79% | 0.75% | - |
| XYZ | 22.95 | 12.96 | 3.48 | - |
| YUV | 86.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 42 | 0 | 0.79 | 0.78 | 0.25 | 359.6 | 0.65 | 0.46 |
| Hex | C0 | 29 | 2A | 0 | 4F | 4E | 19 | 168 | 41 | 2E |
| Octal | 300 | 51 | 52 | 0 | 117 | 116 | 31 | 550 | 101 | 56 |
| Binary | 11000000 | 101001 | 101010 | 0 | 1001111 | 1001110 | 11001 | 101101000 | 1000001 | 101110 |
Color Harmonies of #C0292A
Complementary color
Monochromatic Colors of #C0292A
Black with #C0292A
Text Example
Text Example
White with #C0292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0292A; }
p { color: rgb(192,41,42); }
H1.HeaderClassName
{
color: #C0292A;
}
.AnyTagClassName
{
color: #C0292A;
}
</style>
background-color css
<style>
a { background-color: #C0292A; }
a { background-color: rgb(192,41,42); }
div.DivClassName
{
background-color: #C0292A;
}
.BgClassName
{
background-color: #C0292A;
}
</style>
border-color css
<style>
span { border-color: #C0292A; }
span { border-color: rgb(192,41,42); }
td.TdClassName
{
border-color: #C0292A;
}
.TagClassName
{
border-color: #C0292A;
}
</style>