Shades of Mahogany #C22A2E
Tints of Mahogany #C22A2E
RGB
CMYK
RGB Variations
Color information
#C22A2E (or 0xC22A2E) is known color: Mahogany. HEX triplet: C2, 2A and 2E. RGB value is (194,42,46). Sum of RGB (Red+Green+Blue) = 194+42+46=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A2E is #3DD5D1. Grayscale: #585858. Windows color (decimal): -4052434 or 3025602. OLE color: 3025602.
HSL color Cylindrical-coordinate representation of color #C22A2E: hue angle of 358.42º 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 #C22A2E is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 46 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.24 |
| HSL | 358.42º | 0.64% | 0.46% | - |
| HSV(B) | 358.42º | 0.78% | 0.76% | - |
| XYZ | 23.57 | 13.32 | 3.91 | - |
| YUV | 87.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 46 | 0 | 0.78 | 0.76 | 0.24 | 358.42 | 0.64 | 0.46 |
| Hex | C2 | 2A | 2E | 0 | 4E | 4C | 18 | 166 | 40 | 2E |
| Octal | 302 | 52 | 56 | 0 | 116 | 114 | 30 | 546 | 100 | 56 |
| Binary | 11000010 | 101010 | 101110 | 0 | 1001110 | 1001100 | 11000 | 101100110 | 1000000 | 101110 |
Color Harmonies of #C22A2E
Complementary color
Monochromatic Colors of #C22A2E
Black with #C22A2E
Text Example
Text Example
White with #C22A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A2E; }
p { color: rgb(194,42,46); }
H1.HeaderClassName
{
color: #C22A2E;
}
.AnyTagClassName
{
color: #C22A2E;
}
</style>
background-color css
<style>
a { background-color: #C22A2E; }
a { background-color: rgb(194,42,46); }
div.DivClassName
{
background-color: #C22A2E;
}
.BgClassName
{
background-color: #C22A2E;
}
</style>
border-color css
<style>
span { border-color: #C22A2E; }
span { border-color: rgb(194,42,46); }
td.TdClassName
{
border-color: #C22A2E;
}
.TagClassName
{
border-color: #C22A2E;
}
</style>