Shades of Mahogany #C2272A
Tints of Mahogany #C2272A
RGB
CMYK
RGB Variations
Color information
#C2272A (or 0xC2272A) is known color: Mahogany. HEX triplet: C2, 27 and 2A. RGB value is (194,39,42). Sum of RGB (Red+Green+Blue) = 194+39+42=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2272A is #3DD8D5. Grayscale: #555555. Windows color (decimal): -4053206 or 2762690. OLE color: 2762690.
HSL color Cylindrical-coordinate representation of color #C2272A: hue angle of 358.84º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2272A is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 42 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.24 |
| HSL | 358.84º | 0.67% | 0.46% | - |
| HSV(B) | 358.84º | 0.8% | 0.76% | - |
| XYZ | 23.39 | 13.09 | 3.48 | - |
| YUV | 85.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 42 | 0 | 0.80 | 0.78 | 0.24 | 358.84 | 0.67 | 0.46 |
| Hex | C2 | 27 | 2A | 0 | 50 | 4E | 18 | 167 | 43 | 2E |
| Octal | 302 | 47 | 52 | 0 | 120 | 116 | 30 | 547 | 103 | 56 |
| Binary | 11000010 | 100111 | 101010 | 0 | 1010000 | 1001110 | 11000 | 101100111 | 1000011 | 101110 |
Color Harmonies of #C2272A
Complementary color
Monochromatic Colors of #C2272A
Black with #C2272A
Text Example
Text Example
White with #C2272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2272A; }
p { color: rgb(194,39,42); }
H1.HeaderClassName
{
color: #C2272A;
}
.AnyTagClassName
{
color: #C2272A;
}
</style>
background-color css
<style>
a { background-color: #C2272A; }
a { background-color: rgb(194,39,42); }
div.DivClassName
{
background-color: #C2272A;
}
.BgClassName
{
background-color: #C2272A;
}
</style>
border-color css
<style>
span { border-color: #C2272A; }
span { border-color: rgb(194,39,42); }
td.TdClassName
{
border-color: #C2272A;
}
.TagClassName
{
border-color: #C2272A;
}
</style>