Shades of Mahogany #C22B2D
Tints of Mahogany #C22B2D
RGB
CMYK
RGB Variations
Color information
#C22B2D (or 0xC22B2D) is known color: Mahogany. HEX triplet: C2, 2B and 2D. RGB value is (194,43,45). Sum of RGB (Red+Green+Blue) = 194+43+45=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B2D is #3DD4D2. Grayscale: #585858. Windows color (decimal): -4052179 or 2960322. OLE color: 2960322.
HSL color Cylindrical-coordinate representation of color #C22B2D: hue angle of 359.21º 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 #C22B2D is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 45 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.24 |
| HSL | 359.21º | 0.64% | 0.46% | - |
| HSV(B) | 359.21º | 0.78% | 0.76% | - |
| XYZ | 23.59 | 13.39 | 3.82 | - |
| YUV | 88.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 45 | 0 | 0.78 | 0.77 | 0.24 | 359.21 | 0.64 | 0.46 |
| Hex | C2 | 2B | 2D | 0 | 4E | 4D | 18 | 167 | 40 | 2E |
| Octal | 302 | 53 | 55 | 0 | 116 | 115 | 30 | 547 | 100 | 56 |
| Binary | 11000010 | 101011 | 101101 | 0 | 1001110 | 1001101 | 11000 | 101100111 | 1000000 | 101110 |
Color Harmonies of #C22B2D
Complementary color
Monochromatic Colors of #C22B2D
Black with #C22B2D
Text Example
Text Example
White with #C22B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B2D; }
p { color: rgb(194,43,45); }
H1.HeaderClassName
{
color: #C22B2D;
}
.AnyTagClassName
{
color: #C22B2D;
}
</style>
background-color css
<style>
a { background-color: #C22B2D; }
a { background-color: rgb(194,43,45); }
div.DivClassName
{
background-color: #C22B2D;
}
.BgClassName
{
background-color: #C22B2D;
}
</style>
border-color css
<style>
span { border-color: #C22B2D; }
span { border-color: rgb(194,43,45); }
td.TdClassName
{
border-color: #C22B2D;
}
.TagClassName
{
border-color: #C22B2D;
}
</style>