Shades of Mahogany #C42A2C
Tints of Mahogany #C42A2C
RGB
CMYK
RGB Variations
Color information
#C42A2C (or 0xC42A2C) is known color: Mahogany. HEX triplet: C4, 2A and 2C. RGB value is (196,42,44). Sum of RGB (Red+Green+Blue) = 196+42+44=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A2C is #3BD5D3. Grayscale: #585858. Windows color (decimal): -3921364 or 2894532. OLE color: 2894532.
HSL color Cylindrical-coordinate representation of color #C42A2C: hue angle of 359.22º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A2C is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 44 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.23 |
| HSL | 359.22º | 0.65% | 0.47% | - |
| HSV(B) | 359.22º | 0.79% | 0.77% | - |
| XYZ | 24.05 | 13.57 | 3.74 | - |
| YUV | 88.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 44 | 0 | 0.79 | 0.78 | 0.23 | 359.22 | 0.65 | 0.47 |
| Hex | C4 | 2A | 2C | 0 | 4F | 4E | 17 | 167 | 41 | 2F |
| Octal | 304 | 52 | 54 | 0 | 117 | 116 | 27 | 547 | 101 | 57 |
| Binary | 11000100 | 101010 | 101100 | 0 | 1001111 | 1001110 | 10111 | 101100111 | 1000001 | 101111 |
Color Harmonies of #C42A2C
Complementary color
Monochromatic Colors of #C42A2C
Black with #C42A2C
Text Example
Text Example
White with #C42A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A2C; }
p { color: rgb(196,42,44); }
H1.HeaderClassName
{
color: #C42A2C;
}
.AnyTagClassName
{
color: #C42A2C;
}
</style>
background-color css
<style>
a { background-color: #C42A2C; }
a { background-color: rgb(196,42,44); }
div.DivClassName
{
background-color: #C42A2C;
}
.BgClassName
{
background-color: #C42A2C;
}
</style>
border-color css
<style>
span { border-color: #C42A2C; }
span { border-color: rgb(196,42,44); }
td.TdClassName
{
border-color: #C42A2C;
}
.TagClassName
{
border-color: #C42A2C;
}
</style>