Shades of Mahogany #C12B2D
Tints of Mahogany #C12B2D
RGB
CMYK
RGB Variations
Color information
#C12B2D (or 0xC12B2D) is known color: Mahogany. HEX triplet: C1, 2B and 2D. RGB value is (193,43,45). Sum of RGB (Red+Green+Blue) = 193+43+45=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12B2D is #3ED4D2. Grayscale: #585858. Windows color (decimal): -4117715 or 2960321. OLE color: 2960321.
HSL color Cylindrical-coordinate representation of color #C12B2D: hue angle of 359.2º 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 #C12B2D is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 45 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.24 |
| HSL | 359.2º | 0.64% | 0.46% | - |
| HSV(B) | 359.2º | 0.78% | 0.76% | - |
| XYZ | 23.33 | 13.25 | 3.81 | - |
| YUV | 88.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 45 | 0 | 0.78 | 0.77 | 0.24 | 359.2 | 0.64 | 0.46 |
| Hex | C1 | 2B | 2D | 0 | 4E | 4D | 18 | 167 | 40 | 2E |
| Octal | 301 | 53 | 55 | 0 | 116 | 115 | 30 | 547 | 100 | 56 |
| Binary | 11000001 | 101011 | 101101 | 0 | 1001110 | 1001101 | 11000 | 101100111 | 1000000 | 101110 |
Color Harmonies of #C12B2D
Complementary color
Monochromatic Colors of #C12B2D
Black with #C12B2D
Text Example
Text Example
White with #C12B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B2D; }
p { color: rgb(193,43,45); }
H1.HeaderClassName
{
color: #C12B2D;
}
.AnyTagClassName
{
color: #C12B2D;
}
</style>
background-color css
<style>
a { background-color: #C12B2D; }
a { background-color: rgb(193,43,45); }
div.DivClassName
{
background-color: #C12B2D;
}
.BgClassName
{
background-color: #C12B2D;
}
</style>
border-color css
<style>
span { border-color: #C12B2D; }
span { border-color: rgb(193,43,45); }
td.TdClassName
{
border-color: #C12B2D;
}
.TagClassName
{
border-color: #C12B2D;
}
</style>