Shades of Mahogany #C32B2C
Tints of Mahogany #C32B2C
RGB
CMYK
RGB Variations
Color information
#C32B2C (or 0xC32B2C) is known color: Mahogany. HEX triplet: C3, 2B and 2C. RGB value is (195,43,44). Sum of RGB (Red+Green+Blue) = 195+43+44=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B2C is #3CD4D3. Grayscale: #585858. Windows color (decimal): -3986644 or 2894787. OLE color: 2894787.
HSL color Cylindrical-coordinate representation of color #C32B2C: hue angle of 359.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B2C is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 44 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.24 |
| HSL | 359.61º | 0.64% | 0.47% | - |
| HSV(B) | 359.61º | 0.78% | 0.76% | - |
| XYZ | 23.82 | 13.51 | 3.74 | - |
| YUV | 88.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 44 | 0 | 0.78 | 0.77 | 0.24 | 359.61 | 0.64 | 0.47 |
| Hex | C3 | 2B | 2C | 0 | 4E | 4D | 18 | 168 | 40 | 2F |
| Octal | 303 | 53 | 54 | 0 | 116 | 115 | 30 | 550 | 100 | 57 |
| Binary | 11000011 | 101011 | 101100 | 0 | 1001110 | 1001101 | 11000 | 101101000 | 1000000 | 101111 |
Color Harmonies of #C32B2C
Complementary color
Monochromatic Colors of #C32B2C
Black with #C32B2C
Text Example
Text Example
White with #C32B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B2C; }
p { color: rgb(195,43,44); }
H1.HeaderClassName
{
color: #C32B2C;
}
.AnyTagClassName
{
color: #C32B2C;
}
</style>
background-color css
<style>
a { background-color: #C32B2C; }
a { background-color: rgb(195,43,44); }
div.DivClassName
{
background-color: #C32B2C;
}
.BgClassName
{
background-color: #C32B2C;
}
</style>
border-color css
<style>
span { border-color: #C32B2C; }
span { border-color: rgb(195,43,44); }
td.TdClassName
{
border-color: #C32B2C;
}
.TagClassName
{
border-color: #C32B2C;
}
</style>