Shades of Red Oxide #4E120C
Tints of Red Oxide #4E120C
RGB
CMYK
RGB Variations
Color information
#4E120C (or 0x4E120C) is known color: Red Oxide. HEX triplet: 4E, 12 and 0C. RGB value is (78,18,12). Sum of RGB (Red+Green+Blue) = 78+18+12=108 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.22% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 78 - color contains mainly: red. Hex color #4E120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E120C is #B1EDF3. Grayscale: #232323. Windows color (decimal): -11660788 or 791118. OLE color: 791118.
HSL color Cylindrical-coordinate representation of color #4E120C: hue angle of 5.45º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E120C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 12 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.69 |
| HSL | 5.45º | 0.73% | 0.18% | - |
| HSV(B) | 5.45º | 0.85% | 0.31% | - |
| XYZ | 3.42 | 2.08 | 0.57 | - |
| YUV | 35.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 12 | 0 | 0.77 | 0.85 | 0.69 | 5.45 | 0.73 | 0.18 |
| Hex | 4E | 12 | C | 0 | 4D | 55 | 45 | 5 | 49 | 12 |
| Octal | 116 | 22 | 14 | 0 | 115 | 125 | 105 | 5 | 111 | 22 |
| Binary | 1001110 | 10010 | 1100 | 0 | 1001101 | 1010101 | 1000101 | 101 | 1001001 | 10010 |
Color Harmonies of #4E120C
Complementary color
Monochromatic Colors of #4E120C
Black with #4E120C
Text Example
Text Example
White with #4E120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E120C; }
p { color: rgb(78,18,12); }
H1.HeaderClassName
{
color: #4E120C;
}
.AnyTagClassName
{
color: #4E120C;
}
</style>
background-color css
<style>
a { background-color: #4E120C; }
a { background-color: rgb(78,18,12); }
div.DivClassName
{
background-color: #4E120C;
}
.BgClassName
{
background-color: #4E120C;
}
</style>
border-color css
<style>
span { border-color: #4E120C; }
span { border-color: rgb(78,18,12); }
td.TdClassName
{
border-color: #4E120C;
}
.TagClassName
{
border-color: #4E120C;
}
</style>