Shades of Mahogany #C4262B
Tints of Mahogany #C4262B
RGB
CMYK
RGB Variations
Color information
#C4262B (or 0xC4262B) is known color: Mahogany. HEX triplet: C4, 26 and 2B. RGB value is (196,38,43). Sum of RGB (Red+Green+Blue) = 196+38+43=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4262B is #3BD9D4. Grayscale: #555555. Windows color (decimal): -3922389 or 2827972. OLE color: 2827972.
HSL color Cylindrical-coordinate representation of color #C4262B: hue angle of 358.1º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4262B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 43 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.23 |
| HSL | 358.1º | 0.68% | 0.46% | - |
| HSV(B) | 358.1º | 0.81% | 0.77% | - |
| XYZ | 23.89 | 13.3 | 3.59 | - |
| YUV | 85.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 43 | 0 | 0.81 | 0.78 | 0.23 | 358.1 | 0.68 | 0.46 |
| Hex | C4 | 26 | 2B | 0 | 51 | 4E | 17 | 166 | 44 | 2E |
| Octal | 304 | 46 | 53 | 0 | 121 | 116 | 27 | 546 | 104 | 56 |
| Binary | 11000100 | 100110 | 101011 | 0 | 1010001 | 1001110 | 10111 | 101100110 | 1000100 | 101110 |
Color Harmonies of #C4262B
Complementary color
Monochromatic Colors of #C4262B
Black with #C4262B
Text Example
Text Example
White with #C4262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4262B; }
p { color: rgb(196,38,43); }
H1.HeaderClassName
{
color: #C4262B;
}
.AnyTagClassName
{
color: #C4262B;
}
</style>
background-color css
<style>
a { background-color: #C4262B; }
a { background-color: rgb(196,38,43); }
div.DivClassName
{
background-color: #C4262B;
}
.BgClassName
{
background-color: #C4262B;
}
</style>
border-color css
<style>
span { border-color: #C4262B; }
span { border-color: rgb(196,38,43); }
td.TdClassName
{
border-color: #C4262B;
}
.TagClassName
{
border-color: #C4262B;
}
</style>