Shades of Mahogany #C03031
Tints of Mahogany #C03031
RGB
CMYK
RGB Variations
Color information
#C03031 (or 0xC03031) is known color: Mahogany. HEX triplet: C0, 30 and 31. RGB value is (192,48,49). Sum of RGB (Red+Green+Blue) = 192+48+49=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C03031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03031 is #3FCFCE. Grayscale: #5B5B5B. Windows color (decimal): -4181967 or 3223744. OLE color: 3223744.
HSL color Cylindrical-coordinate representation of color #C03031: hue angle of 359.58º 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 #C03031 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 49 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.25 |
| HSL | 359.58º | 0.6% | 0.47% | - |
| HSV(B) | 359.58º | 0.75% | 0.75% | - |
| XYZ | 23.35 | 13.54 | 4.29 | - |
| YUV | 91.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 49 | 0 | 0.75 | 0.74 | 0.25 | 359.58 | 0.6 | 0.47 |
| Hex | C0 | 30 | 31 | 0 | 4B | 4A | 19 | 168 | 3C | 2F |
| Octal | 300 | 60 | 61 | 0 | 113 | 112 | 31 | 550 | 74 | 57 |
| Binary | 11000000 | 110000 | 110001 | 0 | 1001011 | 1001010 | 11001 | 101101000 | 111100 | 101111 |
Color Harmonies of #C03031
Complementary color
Monochromatic Colors of #C03031
Black with #C03031
Text Example
Text Example
White with #C03031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03031; }
p { color: rgb(192,48,49); }
H1.HeaderClassName
{
color: #C03031;
}
.AnyTagClassName
{
color: #C03031;
}
</style>
background-color css
<style>
a { background-color: #C03031; }
a { background-color: rgb(192,48,49); }
div.DivClassName
{
background-color: #C03031;
}
.BgClassName
{
background-color: #C03031;
}
</style>
border-color css
<style>
span { border-color: #C03031; }
span { border-color: rgb(192,48,49); }
td.TdClassName
{
border-color: #C03031;
}
.TagClassName
{
border-color: #C03031;
}
</style>