Shades of Mahogany #C2282A
Tints of Mahogany #C2282A
RGB
CMYK
RGB Variations
Color information
#C2282A (or 0xC2282A) is known color: Mahogany. HEX triplet: C2, 28 and 2A. RGB value is (194,40,42). Sum of RGB (Red+Green+Blue) = 194+40+42=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2282A is #3DD7D5. Grayscale: #565656. Windows color (decimal): -4052950 or 2762946. OLE color: 2762946.
HSL color Cylindrical-coordinate representation of color #C2282A: hue angle of 359.22º 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 #C2282A is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 42 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.24 |
| HSL | 359.22º | 0.66% | 0.46% | - |
| HSV(B) | 359.22º | 0.79% | 0.76% | - |
| XYZ | 23.42 | 13.15 | 3.49 | - |
| YUV | 86.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 42 | 0 | 0.79 | 0.78 | 0.24 | 359.22 | 0.66 | 0.46 |
| Hex | C2 | 28 | 2A | 0 | 4F | 4E | 18 | 167 | 42 | 2E |
| Octal | 302 | 50 | 52 | 0 | 117 | 116 | 30 | 547 | 102 | 56 |
| Binary | 11000010 | 101000 | 101010 | 0 | 1001111 | 1001110 | 11000 | 101100111 | 1000010 | 101110 |
Color Harmonies of #C2282A
Complementary color
Monochromatic Colors of #C2282A
Black with #C2282A
Text Example
Text Example
White with #C2282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2282A; }
p { color: rgb(194,40,42); }
H1.HeaderClassName
{
color: #C2282A;
}
.AnyTagClassName
{
color: #C2282A;
}
</style>
background-color css
<style>
a { background-color: #C2282A; }
a { background-color: rgb(194,40,42); }
div.DivClassName
{
background-color: #C2282A;
}
.BgClassName
{
background-color: #C2282A;
}
</style>
border-color css
<style>
span { border-color: #C2282A; }
span { border-color: rgb(194,40,42); }
td.TdClassName
{
border-color: #C2282A;
}
.TagClassName
{
border-color: #C2282A;
}
</style>