Shades of Red Oxide #5A170B
Tints of Red Oxide #5A170B
RGB
CMYK
RGB Variations
Color information
#5A170B (or 0x5A170B) is known color: Red Oxide. HEX triplet: 5A, 17 and 0B. RGB value is (90,23,11). Sum of RGB (Red+Green+Blue) = 90+23+11=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A170B is #A5E8F4. Grayscale: #292929. Windows color (decimal): -10873077 or 726874. OLE color: 726874.
HSL color Cylindrical-coordinate representation of color #5A170B: hue angle of 9.11º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A170B is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 11 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.65 |
| HSL | 9.11º | 0.78% | 0.2% | - |
| HSV(B) | 9.11º | 0.88% | 0.35% | - |
| XYZ | 4.58 | 2.81 | 0.62 | - |
| YUV | 41.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 11 | 0 | 0.74 | 0.88 | 0.65 | 9.11 | 0.78 | 0.2 |
| Hex | 5A | 17 | B | 0 | 4A | 58 | 41 | 9 | 4E | 14 |
| Octal | 132 | 27 | 13 | 0 | 112 | 130 | 101 | 11 | 116 | 24 |
| Binary | 1011010 | 10111 | 1011 | 0 | 1001010 | 1011000 | 1000001 | 1001 | 1001110 | 10100 |
Color Harmonies of #5A170B
Complementary color
Monochromatic Colors of #5A170B
Black with #5A170B
Text Example
Text Example
White with #5A170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A170B; }
p { color: rgb(90,23,11); }
H1.HeaderClassName
{
color: #5A170B;
}
.AnyTagClassName
{
color: #5A170B;
}
</style>
background-color css
<style>
a { background-color: #5A170B; }
a { background-color: rgb(90,23,11); }
div.DivClassName
{
background-color: #5A170B;
}
.BgClassName
{
background-color: #5A170B;
}
</style>
border-color css
<style>
span { border-color: #5A170B; }
span { border-color: rgb(90,23,11); }
td.TdClassName
{
border-color: #5A170B;
}
.TagClassName
{
border-color: #5A170B;
}
</style>