Shades of Mahogany #C03236
Tints of Mahogany #C03236
RGB
CMYK
RGB Variations
Color information
#C03236 (or 0xC03236) is known color: Mahogany. HEX triplet: C0, 32 and 36. RGB value is (192,50,54). Sum of RGB (Red+Green+Blue) = 192+50+54=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03236 is #3FCDC9. Grayscale: #5D5D5D. Windows color (decimal): -4181450 or 3551936. OLE color: 3551936.
HSL color Cylindrical-coordinate representation of color #C03236: hue angle of 358.31º 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 #C03236 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 54 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.25 |
| HSL | 358.31º | 0.59% | 0.47% | - |
| HSV(B) | 358.31º | 0.74% | 0.75% | - |
| XYZ | 23.54 | 13.75 | 4.9 | - |
| YUV | 92.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 54 | 0 | 0.74 | 0.72 | 0.25 | 358.31 | 0.59 | 0.47 |
| Hex | C0 | 32 | 36 | 0 | 4A | 48 | 19 | 166 | 3B | 2F |
| Octal | 300 | 62 | 66 | 0 | 112 | 110 | 31 | 546 | 73 | 57 |
| Binary | 11000000 | 110010 | 110110 | 0 | 1001010 | 1001000 | 11001 | 101100110 | 111011 | 101111 |
Color Harmonies of #C03236
Complementary color
Monochromatic Colors of #C03236
Black with #C03236
Text Example
Text Example
White with #C03236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03236; }
p { color: rgb(192,50,54); }
H1.HeaderClassName
{
color: #C03236;
}
.AnyTagClassName
{
color: #C03236;
}
</style>
background-color css
<style>
a { background-color: #C03236; }
a { background-color: rgb(192,50,54); }
div.DivClassName
{
background-color: #C03236;
}
.BgClassName
{
background-color: #C03236;
}
</style>
border-color css
<style>
span { border-color: #C03236; }
span { border-color: rgb(192,50,54); }
td.TdClassName
{
border-color: #C03236;
}
.TagClassName
{
border-color: #C03236;
}
</style>