Shades of Mahogany #C4282B
Tints of Mahogany #C4282B
RGB
CMYK
RGB Variations
Color information
#C4282B (or 0xC4282B) is known color: Mahogany. HEX triplet: C4, 28 and 2B. RGB value is (196,40,43). Sum of RGB (Red+Green+Blue) = 196+40+43=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4282B is #3BD7D4. Grayscale: #575757. Windows color (decimal): -3921877 or 2828484. OLE color: 2828484.
HSL color Cylindrical-coordinate representation of color #C4282B: hue angle of 358.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4282B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 43 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.23 |
| HSL | 358.85º | 0.66% | 0.46% | - |
| HSV(B) | 358.85º | 0.8% | 0.77% | - |
| XYZ | 23.96 | 13.43 | 3.61 | - |
| YUV | 86.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 43 | 0 | 0.80 | 0.78 | 0.23 | 358.85 | 0.66 | 0.46 |
| Hex | C4 | 28 | 2B | 0 | 50 | 4E | 17 | 167 | 42 | 2E |
| Octal | 304 | 50 | 53 | 0 | 120 | 116 | 27 | 547 | 102 | 56 |
| Binary | 11000100 | 101000 | 101011 | 0 | 1010000 | 1001110 | 10111 | 101100111 | 1000010 | 101110 |
Color Harmonies of #C4282B
Complementary color
Monochromatic Colors of #C4282B
Black with #C4282B
Text Example
Text Example
White with #C4282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4282B; }
p { color: rgb(196,40,43); }
H1.HeaderClassName
{
color: #C4282B;
}
.AnyTagClassName
{
color: #C4282B;
}
</style>
background-color css
<style>
a { background-color: #C4282B; }
a { background-color: rgb(196,40,43); }
div.DivClassName
{
background-color: #C4282B;
}
.BgClassName
{
background-color: #C4282B;
}
</style>
border-color css
<style>
span { border-color: #C4282B; }
span { border-color: rgb(196,40,43); }
td.TdClassName
{
border-color: #C4282B;
}
.TagClassName
{
border-color: #C4282B;
}
</style>