Shades of Mahogany #C32A2B
Tints of Mahogany #C32A2B
RGB
CMYK
RGB Variations
Color information
#C32A2B (or 0xC32A2B) is known color: Mahogany. HEX triplet: C3, 2A and 2B. RGB value is (195,42,43). Sum of RGB (Red+Green+Blue) = 195+42+43=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A2B is #3CD5D4. Grayscale: #585858. Windows color (decimal): -3986901 or 2828995. OLE color: 2828995.
HSL color Cylindrical-coordinate representation of color #C32A2B: hue angle of 359.61º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A2B is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 43 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.24 |
| HSL | 359.61º | 0.65% | 0.46% | - |
| HSV(B) | 359.61º | 0.78% | 0.76% | - |
| XYZ | 23.77 | 13.43 | 3.63 | - |
| YUV | 87.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 43 | 0 | 0.78 | 0.78 | 0.24 | 359.61 | 0.65 | 0.46 |
| Hex | C3 | 2A | 2B | 0 | 4E | 4E | 18 | 168 | 41 | 2E |
| Octal | 303 | 52 | 53 | 0 | 116 | 116 | 30 | 550 | 101 | 56 |
| Binary | 11000011 | 101010 | 101011 | 0 | 1001110 | 1001110 | 11000 | 101101000 | 1000001 | 101110 |
Color Harmonies of #C32A2B
Complementary color
Monochromatic Colors of #C32A2B
Black with #C32A2B
Text Example
Text Example
White with #C32A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A2B; }
p { color: rgb(195,42,43); }
H1.HeaderClassName
{
color: #C32A2B;
}
.AnyTagClassName
{
color: #C32A2B;
}
</style>
background-color css
<style>
a { background-color: #C32A2B; }
a { background-color: rgb(195,42,43); }
div.DivClassName
{
background-color: #C32A2B;
}
.BgClassName
{
background-color: #C32A2B;
}
</style>
border-color css
<style>
span { border-color: #C32A2B; }
span { border-color: rgb(195,42,43); }
td.TdClassName
{
border-color: #C32A2B;
}
.TagClassName
{
border-color: #C32A2B;
}
</style>