Shades of Red Oxide #5A160E
Tints of Red Oxide #5A160E
RGB
CMYK
RGB Variations
Color information
#5A160E (or 0x5A160E) is known color: Red Oxide. HEX triplet: 5A, 16 and 0E. RGB value is (90,22,14). Sum of RGB (Red+Green+Blue) = 90+22+14=126 (16% of max value = 765). Red value is 90 (35.55% from 255 or 71.43% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 90 - color contains mainly: red. Hex color #5A160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A160E is #A5E9F1. Grayscale: #292929. Windows color (decimal): -10873330 or 923226. OLE color: 923226.
HSL color Cylindrical-coordinate representation of color #5A160E: hue angle of 6.32º 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 #5A160E is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 14 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.65 |
| HSL | 6.32º | 0.73% | 0.2% | - |
| HSV(B) | 6.32º | 0.84% | 0.35% | - |
| XYZ | 4.58 | 2.78 | 0.71 | - |
| YUV | 41.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 14 | 0 | 0.76 | 0.84 | 0.65 | 6.32 | 0.73 | 0.2 |
| Hex | 5A | 16 | E | 0 | 4C | 54 | 41 | 6 | 49 | 14 |
| Octal | 132 | 26 | 16 | 0 | 114 | 124 | 101 | 6 | 111 | 24 |
| Binary | 1011010 | 10110 | 1110 | 0 | 1001100 | 1010100 | 1000001 | 110 | 1001001 | 10100 |
Color Harmonies of #5A160E
Complementary color
Monochromatic Colors of #5A160E
Black with #5A160E
Text Example
Text Example
White with #5A160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A160E; }
p { color: rgb(90,22,14); }
H1.HeaderClassName
{
color: #5A160E;
}
.AnyTagClassName
{
color: #5A160E;
}
</style>
background-color css
<style>
a { background-color: #5A160E; }
a { background-color: rgb(90,22,14); }
div.DivClassName
{
background-color: #5A160E;
}
.BgClassName
{
background-color: #5A160E;
}
</style>
border-color css
<style>
span { border-color: #5A160E; }
span { border-color: rgb(90,22,14); }
td.TdClassName
{
border-color: #5A160E;
}
.TagClassName
{
border-color: #5A160E;
}
</style>