Shades of Red Oxide #5A100E
Tints of Red Oxide #5A100E
RGB
CMYK
RGB Variations
Color information
#5A100E (or 0x5A100E) is known color: Red Oxide. HEX triplet: 5A, 10 and 0E. RGB value is (90,16,14). Sum of RGB (Red+Green+Blue) = 90+16+14=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A100E is #A5EFF1. Grayscale: #252525. Windows color (decimal): -10874866 or 921690. OLE color: 921690.
HSL color Cylindrical-coordinate representation of color #5A100E: hue angle of 1.58º 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 #5A100E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 14 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.65 |
| HSL | 1.58º | 0.73% | 0.2% | - |
| HSV(B) | 1.58º | 0.84% | 0.35% | - |
| XYZ | 4.48 | 2.58 | 0.68 | - |
| YUV | 37.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 14 | 0 | 0.82 | 0.84 | 0.65 | 1.58 | 0.73 | 0.2 |
| Hex | 5A | 10 | E | 0 | 52 | 54 | 41 | 2 | 49 | 14 |
| Octal | 132 | 20 | 16 | 0 | 122 | 124 | 101 | 2 | 111 | 24 |
| Binary | 1011010 | 10000 | 1110 | 0 | 1010010 | 1010100 | 1000001 | 10 | 1001001 | 10100 |
Color Harmonies of #5A100E
Complementary color
Monochromatic Colors of #5A100E
Black with #5A100E
Text Example
Text Example
White with #5A100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A100E; }
p { color: rgb(90,16,14); }
H1.HeaderClassName
{
color: #5A100E;
}
.AnyTagClassName
{
color: #5A100E;
}
</style>
background-color css
<style>
a { background-color: #5A100E; }
a { background-color: rgb(90,16,14); }
div.DivClassName
{
background-color: #5A100E;
}
.BgClassName
{
background-color: #5A100E;
}
</style>
border-color css
<style>
span { border-color: #5A100E; }
span { border-color: rgb(90,16,14); }
td.TdClassName
{
border-color: #5A100E;
}
.TagClassName
{
border-color: #5A100E;
}
</style>