Shades of Mahogany #C03135
Tints of Mahogany #C03135
RGB
CMYK
RGB Variations
Color information
#C03135 (or 0xC03135) is known color: Mahogany. HEX triplet: C0, 31 and 35. RGB value is (192,49,53). Sum of RGB (Red+Green+Blue) = 192+49+53=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03135 is #3FCECA. Grayscale: #5C5C5C. Windows color (decimal): -4181707 or 3486144. OLE color: 3486144.
HSL color Cylindrical-coordinate representation of color #C03135: hue angle of 358.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03135 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 53 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.25 |
| HSL | 358.32º | 0.59% | 0.47% | - |
| HSV(B) | 358.32º | 0.74% | 0.75% | - |
| XYZ | 23.48 | 13.66 | 4.77 | - |
| YUV | 92.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 53 | 0 | 0.74 | 0.72 | 0.25 | 358.32 | 0.59 | 0.47 |
| Hex | C0 | 31 | 35 | 0 | 4A | 48 | 19 | 166 | 3B | 2F |
| Octal | 300 | 61 | 65 | 0 | 112 | 110 | 31 | 546 | 73 | 57 |
| Binary | 11000000 | 110001 | 110101 | 0 | 1001010 | 1001000 | 11001 | 101100110 | 111011 | 101111 |
Color Harmonies of #C03135
Complementary color
Monochromatic Colors of #C03135
Black with #C03135
Text Example
Text Example
White with #C03135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03135; }
p { color: rgb(192,49,53); }
H1.HeaderClassName
{
color: #C03135;
}
.AnyTagClassName
{
color: #C03135;
}
</style>
background-color css
<style>
a { background-color: #C03135; }
a { background-color: rgb(192,49,53); }
div.DivClassName
{
background-color: #C03135;
}
.BgClassName
{
background-color: #C03135;
}
</style>
border-color css
<style>
span { border-color: #C03135; }
span { border-color: rgb(192,49,53); }
td.TdClassName
{
border-color: #C03135;
}
.TagClassName
{
border-color: #C03135;
}
</style>