Shades of Red Oxide #5A110E
Tints of Red Oxide #5A110E
RGB
CMYK
RGB Variations
Color information
#5A110E (or 0x5A110E) is known color: Red Oxide. HEX triplet: 5A, 11 and 0E. RGB value is (90,17,14). Sum of RGB (Red+Green+Blue) = 90+17+14=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A110E is #A5EEF1. Grayscale: #262626. Windows color (decimal): -10874610 or 921946. OLE color: 921946.
HSL color Cylindrical-coordinate representation of color #5A110E: hue angle of 2.37º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A110E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 14 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.65 |
| HSL | 2.37º | 0.73% | 0.2% | - |
| HSV(B) | 2.37º | 0.84% | 0.35% | - |
| XYZ | 4.5 | 2.61 | 0.68 | - |
| YUV | 38.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 14 | 0 | 0.81 | 0.84 | 0.65 | 2.37 | 0.73 | 0.2 |
| Hex | 5A | 11 | E | 0 | 51 | 54 | 41 | 2 | 49 | 14 |
| Octal | 132 | 21 | 16 | 0 | 121 | 124 | 101 | 2 | 111 | 24 |
| Binary | 1011010 | 10001 | 1110 | 0 | 1010001 | 1010100 | 1000001 | 10 | 1001001 | 10100 |
Color Harmonies of #5A110E
Complementary color
Monochromatic Colors of #5A110E
Black with #5A110E
Text Example
Text Example
White with #5A110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A110E; }
p { color: rgb(90,17,14); }
H1.HeaderClassName
{
color: #5A110E;
}
.AnyTagClassName
{
color: #5A110E;
}
</style>
background-color css
<style>
a { background-color: #5A110E; }
a { background-color: rgb(90,17,14); }
div.DivClassName
{
background-color: #5A110E;
}
.BgClassName
{
background-color: #5A110E;
}
</style>
border-color css
<style>
span { border-color: #5A110E; }
span { border-color: rgb(90,17,14); }
td.TdClassName
{
border-color: #5A110E;
}
.TagClassName
{
border-color: #5A110E;
}
</style>