Shades of Red Oxide #5A160F
Tints of Red Oxide #5A160F
RGB
CMYK
RGB Variations
Color information
#5A160F (or 0x5A160F) is known color: Red Oxide. HEX triplet: 5A, 16 and 0F. RGB value is (90,22,15). Sum of RGB (Red+Green+Blue) = 90+22+15=127 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.87% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 90 - color contains mainly: red. Hex color #5A160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A160F is #A5E9F0. Grayscale: #292929. Windows color (decimal): -10873329 or 988762. OLE color: 988762.
HSL color Cylindrical-coordinate representation of color #5A160F: hue angle of 5.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A160F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 15 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.65 |
| HSL | 5.6º | 0.71% | 0.21% | - |
| HSV(B) | 5.6º | 0.83% | 0.35% | - |
| XYZ | 4.59 | 2.78 | 0.75 | - |
| YUV | 41.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 15 | 0 | 0.76 | 0.83 | 0.65 | 5.6 | 0.71 | 0.21 |
| Hex | 5A | 16 | F | 0 | 4C | 53 | 41 | 6 | 47 | 15 |
| Octal | 132 | 26 | 17 | 0 | 114 | 123 | 101 | 6 | 107 | 25 |
| Binary | 1011010 | 10110 | 1111 | 0 | 1001100 | 1010011 | 1000001 | 110 | 1000111 | 10101 |
Color Harmonies of #5A160F
Complementary color
Monochromatic Colors of #5A160F
Black with #5A160F
Text Example
Text Example
White with #5A160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A160F; }
p { color: rgb(90,22,15); }
H1.HeaderClassName
{
color: #5A160F;
}
.AnyTagClassName
{
color: #5A160F;
}
</style>
background-color css
<style>
a { background-color: #5A160F; }
a { background-color: rgb(90,22,15); }
div.DivClassName
{
background-color: #5A160F;
}
.BgClassName
{
background-color: #5A160F;
}
</style>
border-color css
<style>
span { border-color: #5A160F; }
span { border-color: rgb(90,22,15); }
td.TdClassName
{
border-color: #5A160F;
}
.TagClassName
{
border-color: #5A160F;
}
</style>