Shades of Mahogany #C52C30
Tints of Mahogany #C52C30
RGB
CMYK
RGB Variations
Color information
#C52C30 (or 0xC52C30) is known color: Mahogany. HEX triplet: C5, 2C and 30. RGB value is (197,44,48). Sum of RGB (Red+Green+Blue) = 197+44+48=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52C30 is #3AD3CF. Grayscale: #5A5A5A. Windows color (decimal): -3855312 or 3157189. OLE color: 3157189.
HSL color Cylindrical-coordinate representation of color #C52C30: hue angle of 358.43º degrees, saturation: 0.63, 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 #C52C30 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 48 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.23 |
| HSL | 358.43º | 0.63% | 0.47% | - |
| HSV(B) | 358.43º | 0.78% | 0.77% | - |
| XYZ | 24.46 | 13.89 | 4.19 | - |
| YUV | 90.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 48 | 0 | 0.78 | 0.76 | 0.23 | 358.43 | 0.63 | 0.47 |
| Hex | C5 | 2C | 30 | 0 | 4E | 4C | 17 | 166 | 3F | 2F |
| Octal | 305 | 54 | 60 | 0 | 116 | 114 | 27 | 546 | 77 | 57 |
| Binary | 11000101 | 101100 | 110000 | 0 | 1001110 | 1001100 | 10111 | 101100110 | 111111 | 101111 |
Color Harmonies of #C52C30
Complementary color
Monochromatic Colors of #C52C30
Black with #C52C30
Text Example
Text Example
White with #C52C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C30; }
p { color: rgb(197,44,48); }
H1.HeaderClassName
{
color: #C52C30;
}
.AnyTagClassName
{
color: #C52C30;
}
</style>
background-color css
<style>
a { background-color: #C52C30; }
a { background-color: rgb(197,44,48); }
div.DivClassName
{
background-color: #C52C30;
}
.BgClassName
{
background-color: #C52C30;
}
</style>
border-color css
<style>
span { border-color: #C52C30; }
span { border-color: rgb(197,44,48); }
td.TdClassName
{
border-color: #C52C30;
}
.TagClassName
{
border-color: #C52C30;
}
</style>