Shades of Mahogany #C03235
Tints of Mahogany #C03235
RGB
CMYK
RGB Variations
Color information
#C03235 (or 0xC03235) is known color: Mahogany. HEX triplet: C0, 32 and 35. RGB value is (192,50,53). Sum of RGB (Red+Green+Blue) = 192+50+53=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03235 is #3FCDCA. Grayscale: #5C5C5C. Windows color (decimal): -4181451 or 3486400. OLE color: 3486400.
HSL color Cylindrical-coordinate representation of color #C03235: hue angle of 358.73º 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 #C03235 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 53 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.25 |
| HSL | 358.73º | 0.59% | 0.47% | - |
| HSV(B) | 358.73º | 0.74% | 0.75% | - |
| XYZ | 23.52 | 13.74 | 4.78 | - |
| YUV | 92.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 53 | 0 | 0.74 | 0.72 | 0.25 | 358.73 | 0.59 | 0.47 |
| Hex | C0 | 32 | 35 | 0 | 4A | 48 | 19 | 167 | 3B | 2F |
| Octal | 300 | 62 | 65 | 0 | 112 | 110 | 31 | 547 | 73 | 57 |
| Binary | 11000000 | 110010 | 110101 | 0 | 1001010 | 1001000 | 11001 | 101100111 | 111011 | 101111 |
Color Harmonies of #C03235
Complementary color
Monochromatic Colors of #C03235
Black with #C03235
Text Example
Text Example
White with #C03235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03235; }
p { color: rgb(192,50,53); }
H1.HeaderClassName
{
color: #C03235;
}
.AnyTagClassName
{
color: #C03235;
}
</style>
background-color css
<style>
a { background-color: #C03235; }
a { background-color: rgb(192,50,53); }
div.DivClassName
{
background-color: #C03235;
}
.BgClassName
{
background-color: #C03235;
}
</style>
border-color css
<style>
span { border-color: #C03235; }
span { border-color: rgb(192,50,53); }
td.TdClassName
{
border-color: #C03235;
}
.TagClassName
{
border-color: #C03235;
}
</style>