Shades of Mahogany #C42B2C
Tints of Mahogany #C42B2C
RGB
CMYK
RGB Variations
Color information
#C42B2C (or 0xC42B2C) is known color: Mahogany. HEX triplet: C4, 2B and 2C. RGB value is (196,43,44). Sum of RGB (Red+Green+Blue) = 196+43+44=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B2C is #3BD4D3. Grayscale: #595959. Windows color (decimal): -3921108 or 2894788. OLE color: 2894788.
HSL color Cylindrical-coordinate representation of color #C42B2C: hue angle of 359.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B2C is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 44 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.23 |
| HSL | 359.61º | 0.64% | 0.47% | - |
| HSV(B) | 359.61º | 0.78% | 0.77% | - |
| XYZ | 24.08 | 13.65 | 3.75 | - |
| YUV | 88.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 44 | 0 | 0.78 | 0.78 | 0.23 | 359.61 | 0.64 | 0.47 |
| Hex | C4 | 2B | 2C | 0 | 4E | 4E | 17 | 168 | 40 | 2F |
| Octal | 304 | 53 | 54 | 0 | 116 | 116 | 27 | 550 | 100 | 57 |
| Binary | 11000100 | 101011 | 101100 | 0 | 1001110 | 1001110 | 10111 | 101101000 | 1000000 | 101111 |
Color Harmonies of #C42B2C
Complementary color
Monochromatic Colors of #C42B2C
Black with #C42B2C
Text Example
Text Example
White with #C42B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B2C; }
p { color: rgb(196,43,44); }
H1.HeaderClassName
{
color: #C42B2C;
}
.AnyTagClassName
{
color: #C42B2C;
}
</style>
background-color css
<style>
a { background-color: #C42B2C; }
a { background-color: rgb(196,43,44); }
div.DivClassName
{
background-color: #C42B2C;
}
.BgClassName
{
background-color: #C42B2C;
}
</style>
border-color css
<style>
span { border-color: #C42B2C; }
span { border-color: rgb(196,43,44); }
td.TdClassName
{
border-color: #C42B2C;
}
.TagClassName
{
border-color: #C42B2C;
}
</style>