Shades of Red Oxide #5E120A
Tints of Red Oxide #5E120A
RGB
CMYK
RGB Variations
Color information
#5E120A (or 0x5E120A) is known color: Red Oxide. HEX triplet: 5E, 12 and 0A. RGB value is (94,18,10). Sum of RGB (Red+Green+Blue) = 94+18+10=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E120A is #A1EDF5. Grayscale: #272727. Windows color (decimal): -10612214 or 660062. OLE color: 660062.
HSL color Cylindrical-coordinate representation of color #5E120A: hue angle of 5.71º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E120A is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 10 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.63 |
| HSL | 5.71º | 0.81% | 0.2% | - |
| HSV(B) | 5.71º | 0.89% | 0.37% | - |
| XYZ | 4.89 | 2.83 | 0.58 | - |
| YUV | 39.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 10 | 0 | 0.81 | 0.89 | 0.63 | 5.71 | 0.81 | 0.2 |
| Hex | 5E | 12 | A | 0 | 51 | 59 | 3F | 6 | 51 | 14 |
| Octal | 136 | 22 | 12 | 0 | 121 | 131 | 77 | 6 | 121 | 24 |
| Binary | 1011110 | 10010 | 1010 | 0 | 1010001 | 1011001 | 111111 | 110 | 1010001 | 10100 |
Color Harmonies of #5E120A
Complementary color
Monochromatic Colors of #5E120A
Black with #5E120A
Text Example
Text Example
White with #5E120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E120A; }
p { color: rgb(94,18,10); }
H1.HeaderClassName
{
color: #5E120A;
}
.AnyTagClassName
{
color: #5E120A;
}
</style>
background-color css
<style>
a { background-color: #5E120A; }
a { background-color: rgb(94,18,10); }
div.DivClassName
{
background-color: #5E120A;
}
.BgClassName
{
background-color: #5E120A;
}
</style>
border-color css
<style>
span { border-color: #5E120A; }
span { border-color: rgb(94,18,10); }
td.TdClassName
{
border-color: #5E120A;
}
.TagClassName
{
border-color: #5E120A;
}
</style>