Shades of Mahogany #C12B2E
Tints of Mahogany #C12B2E
RGB
CMYK
RGB Variations
Color information
#C12B2E (or 0xC12B2E) is known color: Mahogany. HEX triplet: C1, 2B and 2E. RGB value is (193,43,46). Sum of RGB (Red+Green+Blue) = 193+43+46=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B2E is #3ED4D1. Grayscale: #585858. Windows color (decimal): -4117714 or 3025857. OLE color: 3025857.
HSL color Cylindrical-coordinate representation of color #C12B2E: hue angle of 358.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12B2E is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 46 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.24 |
| HSL | 358.8º | 0.64% | 0.46% | - |
| HSV(B) | 358.8º | 0.78% | 0.76% | - |
| XYZ | 23.35 | 13.26 | 3.91 | - |
| YUV | 88.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 46 | 0 | 0.78 | 0.76 | 0.24 | 358.8 | 0.64 | 0.46 |
| Hex | C1 | 2B | 2E | 0 | 4E | 4C | 18 | 167 | 40 | 2E |
| Octal | 301 | 53 | 56 | 0 | 116 | 114 | 30 | 547 | 100 | 56 |
| Binary | 11000001 | 101011 | 101110 | 0 | 1001110 | 1001100 | 11000 | 101100111 | 1000000 | 101110 |
Color Harmonies of #C12B2E
Complementary color
Monochromatic Colors of #C12B2E
Black with #C12B2E
Text Example
Text Example
White with #C12B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B2E; }
p { color: rgb(193,43,46); }
H1.HeaderClassName
{
color: #C12B2E;
}
.AnyTagClassName
{
color: #C12B2E;
}
</style>
background-color css
<style>
a { background-color: #C12B2E; }
a { background-color: rgb(193,43,46); }
div.DivClassName
{
background-color: #C12B2E;
}
.BgClassName
{
background-color: #C12B2E;
}
</style>
border-color css
<style>
span { border-color: #C12B2E; }
span { border-color: rgb(193,43,46); }
td.TdClassName
{
border-color: #C12B2E;
}
.TagClassName
{
border-color: #C12B2E;
}
</style>