Shades of Red Oxide #5A170A
Tints of Red Oxide #5A170A
RGB
CMYK
RGB Variations
Color information
#5A170A (or 0x5A170A) is known color: Red Oxide. HEX triplet: 5A, 17 and 0A. RGB value is (90,23,10). Sum of RGB (Red+Green+Blue) = 90+23+10=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A170A is #A5E8F5. Grayscale: #292929. Windows color (decimal): -10873078 or 661338. OLE color: 661338.
HSL color Cylindrical-coordinate representation of color #5A170A: hue angle of 9.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A170A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 10 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.65 |
| HSL | 9.75º | 0.8% | 0.2% | - |
| HSV(B) | 9.75º | 0.89% | 0.35% | - |
| XYZ | 4.58 | 2.81 | 0.59 | - |
| YUV | 41.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 10 | 0 | 0.74 | 0.89 | 0.65 | 9.75 | 0.8 | 0.2 |
| Hex | 5A | 17 | A | 0 | 4A | 59 | 41 | A | 50 | 14 |
| Octal | 132 | 27 | 12 | 0 | 112 | 131 | 101 | 12 | 120 | 24 |
| Binary | 1011010 | 10111 | 1010 | 0 | 1001010 | 1011001 | 1000001 | 1010 | 1010000 | 10100 |
Color Harmonies of #5A170A
Complementary color
Monochromatic Colors of #5A170A
Black with #5A170A
Text Example
Text Example
White with #5A170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A170A; }
p { color: rgb(90,23,10); }
H1.HeaderClassName
{
color: #5A170A;
}
.AnyTagClassName
{
color: #5A170A;
}
</style>
background-color css
<style>
a { background-color: #5A170A; }
a { background-color: rgb(90,23,10); }
div.DivClassName
{
background-color: #5A170A;
}
.BgClassName
{
background-color: #5A170A;
}
</style>
border-color css
<style>
span { border-color: #5A170A; }
span { border-color: rgb(90,23,10); }
td.TdClassName
{
border-color: #5A170A;
}
.TagClassName
{
border-color: #5A170A;
}
</style>