Shades of Mahogany #C03036
Tints of Mahogany #C03036
RGB
CMYK
RGB Variations
Color information
#C03036 (or 0xC03036) is known color: Mahogany. HEX triplet: C0, 30 and 36. RGB value is (192,48,54). Sum of RGB (Red+Green+Blue) = 192+48+54=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03036 is #3FCFC9. Grayscale: #5B5B5B. Windows color (decimal): -4181962 or 3551424. OLE color: 3551424.
HSL color Cylindrical-coordinate representation of color #C03036: hue angle of 357.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03036 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 54 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.25 |
| HSL | 357.5º | 0.6% | 0.47% | - |
| HSV(B) | 357.5º | 0.75% | 0.75% | - |
| XYZ | 23.46 | 13.59 | 4.88 | - |
| YUV | 91.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 54 | 0 | 0.75 | 0.72 | 0.25 | 357.5 | 0.6 | 0.47 |
| Hex | C0 | 30 | 36 | 0 | 4B | 48 | 19 | 166 | 3C | 2F |
| Octal | 300 | 60 | 66 | 0 | 113 | 110 | 31 | 546 | 74 | 57 |
| Binary | 11000000 | 110000 | 110110 | 0 | 1001011 | 1001000 | 11001 | 101100110 | 111100 | 101111 |
Color Harmonies of #C03036
Complementary color
Monochromatic Colors of #C03036
Black with #C03036
Text Example
Text Example
White with #C03036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03036; }
p { color: rgb(192,48,54); }
H1.HeaderClassName
{
color: #C03036;
}
.AnyTagClassName
{
color: #C03036;
}
</style>
background-color css
<style>
a { background-color: #C03036; }
a { background-color: rgb(192,48,54); }
div.DivClassName
{
background-color: #C03036;
}
.BgClassName
{
background-color: #C03036;
}
</style>
border-color css
<style>
span { border-color: #C03036; }
span { border-color: rgb(192,48,54); }
td.TdClassName
{
border-color: #C03036;
}
.TagClassName
{
border-color: #C03036;
}
</style>