Shades of Mahogany #C43132
Tints of Mahogany #C43132
RGB
CMYK
RGB Variations
Color information
#C43132 (or 0xC43132) is known color: Mahogany. HEX triplet: C4, 31 and 32. RGB value is (196,49,50). Sum of RGB (Red+Green+Blue) = 196+49+50=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C43132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43132 is #3BCECD. Grayscale: #5D5D5D. Windows color (decimal): -3919566 or 3289540. OLE color: 3289540.
HSL color Cylindrical-coordinate representation of color #C43132: hue angle of 359.59º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43132 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 50 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.23 |
| HSL | 359.59º | 0.6% | 0.48% | - |
| HSV(B) | 359.59º | 0.75% | 0.77% | - |
| XYZ | 24.44 | 14.16 | 4.46 | - |
| YUV | 93.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 50 | 0 | 0.75 | 0.74 | 0.23 | 359.59 | 0.6 | 0.48 |
| Hex | C4 | 31 | 32 | 0 | 4B | 4A | 17 | 168 | 3C | 30 |
| Octal | 304 | 61 | 62 | 0 | 113 | 112 | 27 | 550 | 74 | 60 |
| Binary | 11000100 | 110001 | 110010 | 0 | 1001011 | 1001010 | 10111 | 101101000 | 111100 | 110000 |
Color Harmonies of #C43132
Complementary color
Monochromatic Colors of #C43132
Black with #C43132
Text Example
Text Example
White with #C43132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43132; }
p { color: rgb(196,49,50); }
H1.HeaderClassName
{
color: #C43132;
}
.AnyTagClassName
{
color: #C43132;
}
</style>
background-color css
<style>
a { background-color: #C43132; }
a { background-color: rgb(196,49,50); }
div.DivClassName
{
background-color: #C43132;
}
.BgClassName
{
background-color: #C43132;
}
</style>
border-color css
<style>
span { border-color: #C43132; }
span { border-color: rgb(196,49,50); }
td.TdClassName
{
border-color: #C43132;
}
.TagClassName
{
border-color: #C43132;
}
</style>