Shades of Mahogany #C32C2E
Tints of Mahogany #C32C2E
RGB
CMYK
RGB Variations
Color information
#C32C2E (or 0xC32C2E) is known color: Mahogany. HEX triplet: C3, 2C and 2E. RGB value is (195,44,46). Sum of RGB (Red+Green+Blue) = 195+44+46=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C2E is #3CD3D1. Grayscale: #595959. Windows color (decimal): -3986386 or 3026115. OLE color: 3026115.
HSL color Cylindrical-coordinate representation of color #C32C2E: hue angle of 359.21º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C2E is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 46 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.24 |
| HSL | 359.21º | 0.63% | 0.47% | - |
| HSV(B) | 359.21º | 0.77% | 0.76% | - |
| XYZ | 23.9 | 13.6 | 3.95 | - |
| YUV | 89.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 46 | 0 | 0.77 | 0.76 | 0.24 | 359.21 | 0.63 | 0.47 |
| Hex | C3 | 2C | 2E | 0 | 4D | 4C | 18 | 167 | 3F | 2F |
| Octal | 303 | 54 | 56 | 0 | 115 | 114 | 30 | 547 | 77 | 57 |
| Binary | 11000011 | 101100 | 101110 | 0 | 1001101 | 1001100 | 11000 | 101100111 | 111111 | 101111 |
Color Harmonies of #C32C2E
Complementary color
Monochromatic Colors of #C32C2E
Black with #C32C2E
Text Example
Text Example
White with #C32C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C2E; }
p { color: rgb(195,44,46); }
H1.HeaderClassName
{
color: #C32C2E;
}
.AnyTagClassName
{
color: #C32C2E;
}
</style>
background-color css
<style>
a { background-color: #C32C2E; }
a { background-color: rgb(195,44,46); }
div.DivClassName
{
background-color: #C32C2E;
}
.BgClassName
{
background-color: #C32C2E;
}
</style>
border-color css
<style>
span { border-color: #C32C2E; }
span { border-color: rgb(195,44,46); }
td.TdClassName
{
border-color: #C32C2E;
}
.TagClassName
{
border-color: #C32C2E;
}
</style>