Shades of Mahogany #C43037
Tints of Mahogany #C43037
RGB
CMYK
RGB Variations
Color information
#C43037 (or 0xC43037) is known color: Mahogany. HEX triplet: C4, 30 and 37. RGB value is (196,48,55). Sum of RGB (Red+Green+Blue) = 196+48+55=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C43037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43037 is #3BCFC8. Grayscale: #5D5D5D. Windows color (decimal): -3919817 or 3616964. OLE color: 3616964.
HSL color Cylindrical-coordinate representation of color #C43037: hue angle of 357.16º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43037 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 55 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.23 |
| HSL | 357.16º | 0.61% | 0.48% | - |
| HSV(B) | 357.16º | 0.76% | 0.77% | - |
| XYZ | 24.51 | 14.13 | 5.05 | - |
| YUV | 93.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 55 | 0 | 0.76 | 0.72 | 0.23 | 357.16 | 0.61 | 0.48 |
| Hex | C4 | 30 | 37 | 0 | 4C | 48 | 17 | 165 | 3D | 30 |
| Octal | 304 | 60 | 67 | 0 | 114 | 110 | 27 | 545 | 75 | 60 |
| Binary | 11000100 | 110000 | 110111 | 0 | 1001100 | 1001000 | 10111 | 101100101 | 111101 | 110000 |
Color Harmonies of #C43037
Complementary color
Monochromatic Colors of #C43037
Black with #C43037
Text Example
Text Example
White with #C43037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43037; }
p { color: rgb(196,48,55); }
H1.HeaderClassName
{
color: #C43037;
}
.AnyTagClassName
{
color: #C43037;
}
</style>
background-color css
<style>
a { background-color: #C43037; }
a { background-color: rgb(196,48,55); }
div.DivClassName
{
background-color: #C43037;
}
.BgClassName
{
background-color: #C43037;
}
</style>
border-color css
<style>
span { border-color: #C43037; }
span { border-color: rgb(196,48,55); }
td.TdClassName
{
border-color: #C43037;
}
.TagClassName
{
border-color: #C43037;
}
</style>