Shades of Mahogany #C0282E
Tints of Mahogany #C0282E
RGB
CMYK
RGB Variations
Color information
#C0282E (or 0xC0282E) is known color: Mahogany. HEX triplet: C0, 28 and 2E. RGB value is (192,40,46). Sum of RGB (Red+Green+Blue) = 192+40+46=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C0282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0282E is #3FD7D1. Grayscale: #565656. Windows color (decimal): -4184018 or 3025088. OLE color: 3025088.
HSL color Cylindrical-coordinate representation of color #C0282E: hue angle of 357.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0282E is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 46 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.25 |
| HSL | 357.63º | 0.66% | 0.45% | - |
| HSV(B) | 357.63º | 0.79% | 0.75% | - |
| XYZ | 22.99 | 12.92 | 3.87 | - |
| YUV | 86.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 46 | 0 | 0.79 | 0.76 | 0.25 | 357.63 | 0.66 | 0.45 |
| Hex | C0 | 28 | 2E | 0 | 4F | 4C | 19 | 166 | 42 | 2D |
| Octal | 300 | 50 | 56 | 0 | 117 | 114 | 31 | 546 | 102 | 55 |
| Binary | 11000000 | 101000 | 101110 | 0 | 1001111 | 1001100 | 11001 | 101100110 | 1000010 | 101101 |
Color Harmonies of #C0282E
Complementary color
Monochromatic Colors of #C0282E
Black with #C0282E
Text Example
Text Example
White with #C0282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0282E; }
p { color: rgb(192,40,46); }
H1.HeaderClassName
{
color: #C0282E;
}
.AnyTagClassName
{
color: #C0282E;
}
</style>
background-color css
<style>
a { background-color: #C0282E; }
a { background-color: rgb(192,40,46); }
div.DivClassName
{
background-color: #C0282E;
}
.BgClassName
{
background-color: #C0282E;
}
</style>
border-color css
<style>
span { border-color: #C0282E; }
span { border-color: rgb(192,40,46); }
td.TdClassName
{
border-color: #C0282E;
}
.TagClassName
{
border-color: #C0282E;
}
</style>