Shades of Red Oxide #5A110F
Tints of Red Oxide #5A110F
RGB
CMYK
RGB Variations
Color information
#5A110F (or 0x5A110F) is known color: Red Oxide. HEX triplet: 5A, 11 and 0F. RGB value is (90,17,15). Sum of RGB (Red+Green+Blue) = 90+17+15=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A110F is #A5EEF0. Grayscale: #262626. Windows color (decimal): -10874609 or 987482. OLE color: 987482.
HSL color Cylindrical-coordinate representation of color #5A110F: hue angle of 1.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 #5A110F is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 15 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.65 |
| HSL | 1.6º | 0.71% | 0.21% | - |
| HSV(B) | 1.6º | 0.83% | 0.35% | - |
| XYZ | 4.5 | 2.61 | 0.72 | - |
| YUV | 38.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 15 | 0 | 0.81 | 0.83 | 0.65 | 1.6 | 0.71 | 0.21 |
| Hex | 5A | 11 | F | 0 | 51 | 53 | 41 | 2 | 47 | 15 |
| Octal | 132 | 21 | 17 | 0 | 121 | 123 | 101 | 2 | 107 | 25 |
| Binary | 1011010 | 10001 | 1111 | 0 | 1010001 | 1010011 | 1000001 | 10 | 1000111 | 10101 |
Color Harmonies of #5A110F
Complementary color
Monochromatic Colors of #5A110F
Black with #5A110F
Text Example
Text Example
White with #5A110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A110F; }
p { color: rgb(90,17,15); }
H1.HeaderClassName
{
color: #5A110F;
}
.AnyTagClassName
{
color: #5A110F;
}
</style>
background-color css
<style>
a { background-color: #5A110F; }
a { background-color: rgb(90,17,15); }
div.DivClassName
{
background-color: #5A110F;
}
.BgClassName
{
background-color: #5A110F;
}
</style>
border-color css
<style>
span { border-color: #5A110F; }
span { border-color: rgb(90,17,15); }
td.TdClassName
{
border-color: #5A110F;
}
.TagClassName
{
border-color: #5A110F;
}
</style>