Shades of Mahogany #C12D30
Tints of Mahogany #C12D30
RGB
CMYK
RGB Variations
Color information
#C12D30 (or 0xC12D30) is known color: Mahogany. HEX triplet: C1, 2D and 30. RGB value is (193,45,48). Sum of RGB (Red+Green+Blue) = 193+45+48=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D30 is #3ED2CF. Grayscale: #595959. Windows color (decimal): -4117200 or 3157441. OLE color: 3157441.
HSL color Cylindrical-coordinate representation of color #C12D30: hue angle of 358.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D30 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 48 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.24 |
| HSL | 358.78º | 0.62% | 0.47% | - |
| HSV(B) | 358.78º | 0.77% | 0.76% | - |
| XYZ | 23.46 | 13.43 | 4.15 | - |
| YUV | 89.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 48 | 0 | 0.77 | 0.75 | 0.24 | 358.78 | 0.62 | 0.47 |
| Hex | C1 | 2D | 30 | 0 | 4D | 4B | 18 | 167 | 3E | 2F |
| Octal | 301 | 55 | 60 | 0 | 115 | 113 | 30 | 547 | 76 | 57 |
| Binary | 11000001 | 101101 | 110000 | 0 | 1001101 | 1001011 | 11000 | 101100111 | 111110 | 101111 |
Color Harmonies of #C12D30
Complementary color
Monochromatic Colors of #C12D30
Black with #C12D30
Text Example
Text Example
White with #C12D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D30; }
p { color: rgb(193,45,48); }
H1.HeaderClassName
{
color: #C12D30;
}
.AnyTagClassName
{
color: #C12D30;
}
</style>
background-color css
<style>
a { background-color: #C12D30; }
a { background-color: rgb(193,45,48); }
div.DivClassName
{
background-color: #C12D30;
}
.BgClassName
{
background-color: #C12D30;
}
</style>
border-color css
<style>
span { border-color: #C12D30; }
span { border-color: rgb(193,45,48); }
td.TdClassName
{
border-color: #C12D30;
}
.TagClassName
{
border-color: #C12D30;
}
</style>