Shades of Red Oxide #4E120D
Tints of Red Oxide #4E120D
RGB
CMYK
RGB Variations
Color information
#4E120D (or 0x4E120D) is known color: Red Oxide. HEX triplet: 4E, 12 and 0D. RGB value is (78,18,13). Sum of RGB (Red+Green+Blue) = 78+18+13=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E120D is #B1EDF2. Grayscale: #232323. Windows color (decimal): -11660787 or 856654. OLE color: 856654.
HSL color Cylindrical-coordinate representation of color #4E120D: hue angle of 4.62º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E120D is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 13 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.69 |
| HSL | 4.62º | 0.71% | 0.18% | - |
| HSV(B) | 4.62º | 0.83% | 0.31% | - |
| XYZ | 3.43 | 2.08 | 0.6 | - |
| YUV | 35.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 13 | 0 | 0.77 | 0.83 | 0.69 | 4.62 | 0.71 | 0.18 |
| Hex | 4E | 12 | D | 0 | 4D | 53 | 45 | 5 | 47 | 12 |
| Octal | 116 | 22 | 15 | 0 | 115 | 123 | 105 | 5 | 107 | 22 |
| Binary | 1001110 | 10010 | 1101 | 0 | 1001101 | 1010011 | 1000101 | 101 | 1000111 | 10010 |
Color Harmonies of #4E120D
Complementary color
Monochromatic Colors of #4E120D
Black with #4E120D
Text Example
Text Example
White with #4E120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E120D; }
p { color: rgb(78,18,13); }
H1.HeaderClassName
{
color: #4E120D;
}
.AnyTagClassName
{
color: #4E120D;
}
</style>
background-color css
<style>
a { background-color: #4E120D; }
a { background-color: rgb(78,18,13); }
div.DivClassName
{
background-color: #4E120D;
}
.BgClassName
{
background-color: #4E120D;
}
</style>
border-color css
<style>
span { border-color: #4E120D; }
span { border-color: rgb(78,18,13); }
td.TdClassName
{
border-color: #4E120D;
}
.TagClassName
{
border-color: #4E120D;
}
</style>