Shades of Mahogany #C12C36
Tints of Mahogany #C12C36
RGB
CMYK
RGB Variations
Color information
#C12C36 (or 0xC12C36) is known color: Mahogany. HEX triplet: C1, 2C and 36. RGB value is (193,44,54). Sum of RGB (Red+Green+Blue) = 193+44+54=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C36 is #3ED3C9. Grayscale: #595959. Windows color (decimal): -4117450 or 3550401. OLE color: 3550401.
HSL color Cylindrical-coordinate representation of color #C12C36: hue angle of 355.97º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12C36 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 54 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.24 |
| HSL | 355.97º | 0.63% | 0.46% | - |
| HSV(B) | 355.97º | 0.77% | 0.76% | - |
| XYZ | 23.56 | 13.41 | 4.84 | - |
| YUV | 89.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 54 | 0 | 0.77 | 0.72 | 0.24 | 355.97 | 0.63 | 0.46 |
| Hex | C1 | 2C | 36 | 0 | 4D | 48 | 18 | 164 | 3F | 2E |
| Octal | 301 | 54 | 66 | 0 | 115 | 110 | 30 | 544 | 77 | 56 |
| Binary | 11000001 | 101100 | 110110 | 0 | 1001101 | 1001000 | 11000 | 101100100 | 111111 | 101110 |
Color Harmonies of #C12C36
Complementary color
Monochromatic Colors of #C12C36
Black with #C12C36
Text Example
Text Example
White with #C12C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C36; }
p { color: rgb(193,44,54); }
H1.HeaderClassName
{
color: #C12C36;
}
.AnyTagClassName
{
color: #C12C36;
}
</style>
background-color css
<style>
a { background-color: #C12C36; }
a { background-color: rgb(193,44,54); }
div.DivClassName
{
background-color: #C12C36;
}
.BgClassName
{
background-color: #C12C36;
}
</style>
border-color css
<style>
span { border-color: #C12C36; }
span { border-color: rgb(193,44,54); }
td.TdClassName
{
border-color: #C12C36;
}
.TagClassName
{
border-color: #C12C36;
}
</style>