Shades of Mahogany #C12F32
Tints of Mahogany #C12F32
RGB
CMYK
RGB Variations
Color information
#C12F32 (or 0xC12F32) is known color: Mahogany. HEX triplet: C1, 2F and 32. RGB value is (193,47,50). Sum of RGB (Red+Green+Blue) = 193+47+50=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12F32 is #3ED0CD. Grayscale: #5B5B5B. Windows color (decimal): -4116686 or 3289025. OLE color: 3289025.
HSL color Cylindrical-coordinate representation of color #C12F32: hue angle of 358.77º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12F32 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 50 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.24 |
| HSL | 358.77º | 0.61% | 0.47% | - |
| HSV(B) | 358.77º | 0.76% | 0.76% | - |
| XYZ | 23.58 | 13.6 | 4.4 | - |
| YUV | 91 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 50 | 0 | 0.76 | 0.74 | 0.24 | 358.77 | 0.61 | 0.47 |
| Hex | C1 | 2F | 32 | 0 | 4C | 4A | 18 | 167 | 3D | 2F |
| Octal | 301 | 57 | 62 | 0 | 114 | 112 | 30 | 547 | 75 | 57 |
| Binary | 11000001 | 101111 | 110010 | 0 | 1001100 | 1001010 | 11000 | 101100111 | 111101 | 101111 |
Color Harmonies of #C12F32
Complementary color
Monochromatic Colors of #C12F32
Black with #C12F32
Text Example
Text Example
White with #C12F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F32; }
p { color: rgb(193,47,50); }
H1.HeaderClassName
{
color: #C12F32;
}
.AnyTagClassName
{
color: #C12F32;
}
</style>
background-color css
<style>
a { background-color: #C12F32; }
a { background-color: rgb(193,47,50); }
div.DivClassName
{
background-color: #C12F32;
}
.BgClassName
{
background-color: #C12F32;
}
</style>
border-color css
<style>
span { border-color: #C12F32; }
span { border-color: rgb(193,47,50); }
td.TdClassName
{
border-color: #C12F32;
}
.TagClassName
{
border-color: #C12F32;
}
</style>