Shades of Mahogany #C03234
Tints of Mahogany #C03234
RGB
CMYK
RGB Variations
Color information
#C03234 (or 0xC03234) is known color: Mahogany. HEX triplet: C0, 32 and 34. RGB value is (192,50,52). Sum of RGB (Red+Green+Blue) = 192+50+52=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03234 is #3FCDCB. Grayscale: #5C5C5C. Windows color (decimal): -4181452 or 3420864. OLE color: 3420864.
HSL color Cylindrical-coordinate representation of color #C03234: hue angle of 359.15º 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 #C03234 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 52 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.25 |
| HSL | 359.15º | 0.59% | 0.47% | - |
| HSV(B) | 359.15º | 0.74% | 0.75% | - |
| XYZ | 23.5 | 13.74 | 4.66 | - |
| YUV | 92.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 52 | 0 | 0.74 | 0.73 | 0.25 | 359.15 | 0.59 | 0.47 |
| Hex | C0 | 32 | 34 | 0 | 4A | 49 | 19 | 167 | 3B | 2F |
| Octal | 300 | 62 | 64 | 0 | 112 | 111 | 31 | 547 | 73 | 57 |
| Binary | 11000000 | 110010 | 110100 | 0 | 1001010 | 1001001 | 11001 | 101100111 | 111011 | 101111 |
Color Harmonies of #C03234
Complementary color
Monochromatic Colors of #C03234
Black with #C03234
Text Example
Text Example
White with #C03234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03234; }
p { color: rgb(192,50,52); }
H1.HeaderClassName
{
color: #C03234;
}
.AnyTagClassName
{
color: #C03234;
}
</style>
background-color css
<style>
a { background-color: #C03234; }
a { background-color: rgb(192,50,52); }
div.DivClassName
{
background-color: #C03234;
}
.BgClassName
{
background-color: #C03234;
}
</style>
border-color css
<style>
span { border-color: #C03234; }
span { border-color: rgb(192,50,52); }
td.TdClassName
{
border-color: #C03234;
}
.TagClassName
{
border-color: #C03234;
}
</style>