Shades of Mahogany #C22830
Tints of Mahogany #C22830
RGB
CMYK
RGB Variations
Color information
#C22830 (or 0xC22830) is known color: Mahogany. HEX triplet: C2, 28 and 30. RGB value is (194,40,48). Sum of RGB (Red+Green+Blue) = 194+40+48=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C22830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22830 is #3DD7CF. Grayscale: #575757. Windows color (decimal): -4052944 or 3156162. OLE color: 3156162.
HSL color Cylindrical-coordinate representation of color #C22830: hue angle of 356.88º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22830 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 48 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.24 |
| HSL | 356.88º | 0.66% | 0.46% | - |
| HSV(B) | 356.88º | 0.79% | 0.76% | - |
| XYZ | 23.54 | 13.2 | 4.1 | - |
| YUV | 86.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 48 | 0 | 0.79 | 0.75 | 0.24 | 356.88 | 0.66 | 0.46 |
| Hex | C2 | 28 | 30 | 0 | 4F | 4B | 18 | 165 | 42 | 2E |
| Octal | 302 | 50 | 60 | 0 | 117 | 113 | 30 | 545 | 102 | 56 |
| Binary | 11000010 | 101000 | 110000 | 0 | 1001111 | 1001011 | 11000 | 101100101 | 1000010 | 101110 |
Color Harmonies of #C22830
Complementary color
Monochromatic Colors of #C22830
Black with #C22830
Text Example
Text Example
White with #C22830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22830; }
p { color: rgb(194,40,48); }
H1.HeaderClassName
{
color: #C22830;
}
.AnyTagClassName
{
color: #C22830;
}
</style>
background-color css
<style>
a { background-color: #C22830; }
a { background-color: rgb(194,40,48); }
div.DivClassName
{
background-color: #C22830;
}
.BgClassName
{
background-color: #C22830;
}
</style>
border-color css
<style>
span { border-color: #C22830; }
span { border-color: rgb(194,40,48); }
td.TdClassName
{
border-color: #C22830;
}
.TagClassName
{
border-color: #C22830;
}
</style>