Shades of Mahogany #C32C30
Tints of Mahogany #C32C30
RGB
CMYK
RGB Variations
Color information
#C32C30 (or 0xC32C30) is known color: Mahogany. HEX triplet: C3, 2C and 30. RGB value is (195,44,48). Sum of RGB (Red+Green+Blue) = 195+44+48=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C30 is #3CD3CF. Grayscale: #595959. Windows color (decimal): -3986384 or 3157187. OLE color: 3157187.
HSL color Cylindrical-coordinate representation of color #C32C30: hue angle of 358.41º 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 #C32C30 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 48 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.24 |
| HSL | 358.41º | 0.63% | 0.47% | - |
| HSV(B) | 358.41º | 0.77% | 0.76% | - |
| XYZ | 23.94 | 13.62 | 4.16 | - |
| YUV | 89.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 48 | 0 | 0.77 | 0.75 | 0.24 | 358.41 | 0.63 | 0.47 |
| Hex | C3 | 2C | 30 | 0 | 4D | 4B | 18 | 166 | 3F | 2F |
| Octal | 303 | 54 | 60 | 0 | 115 | 113 | 30 | 546 | 77 | 57 |
| Binary | 11000011 | 101100 | 110000 | 0 | 1001101 | 1001011 | 11000 | 101100110 | 111111 | 101111 |
Color Harmonies of #C32C30
Complementary color
Monochromatic Colors of #C32C30
Black with #C32C30
Text Example
Text Example
White with #C32C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C30; }
p { color: rgb(195,44,48); }
H1.HeaderClassName
{
color: #C32C30;
}
.AnyTagClassName
{
color: #C32C30;
}
</style>
background-color css
<style>
a { background-color: #C32C30; }
a { background-color: rgb(195,44,48); }
div.DivClassName
{
background-color: #C32C30;
}
.BgClassName
{
background-color: #C32C30;
}
</style>
border-color css
<style>
span { border-color: #C32C30; }
span { border-color: rgb(195,44,48); }
td.TdClassName
{
border-color: #C32C30;
}
.TagClassName
{
border-color: #C32C30;
}
</style>