Shades of Red Oxide #5A120E
Tints of Red Oxide #5A120E
RGB
CMYK
RGB Variations
Color information
#5A120E (or 0x5A120E) is known color: Red Oxide. HEX triplet: 5A, 12 and 0E. RGB value is (90,18,14). Sum of RGB (Red+Green+Blue) = 90+18+14=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A120E is #A5EDF1. Grayscale: #272727. Windows color (decimal): -10874354 or 922202. OLE color: 922202.
HSL color Cylindrical-coordinate representation of color #5A120E: hue angle of 3.16º 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 #5A120E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 14 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.65 |
| HSL | 3.16º | 0.73% | 0.2% | - |
| HSV(B) | 3.16º | 0.84% | 0.35% | - |
| XYZ | 4.51 | 2.64 | 0.69 | - |
| YUV | 39.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 14 | 0 | 0.80 | 0.84 | 0.65 | 3.16 | 0.73 | 0.2 |
| Hex | 5A | 12 | E | 0 | 50 | 54 | 41 | 3 | 49 | 14 |
| Octal | 132 | 22 | 16 | 0 | 120 | 124 | 101 | 3 | 111 | 24 |
| Binary | 1011010 | 10010 | 1110 | 0 | 1010000 | 1010100 | 1000001 | 11 | 1001001 | 10100 |
Color Harmonies of #5A120E
Complementary color
Monochromatic Colors of #5A120E
Black with #5A120E
Text Example
Text Example
White with #5A120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A120E; }
p { color: rgb(90,18,14); }
H1.HeaderClassName
{
color: #5A120E;
}
.AnyTagClassName
{
color: #5A120E;
}
</style>
background-color css
<style>
a { background-color: #5A120E; }
a { background-color: rgb(90,18,14); }
div.DivClassName
{
background-color: #5A120E;
}
.BgClassName
{
background-color: #5A120E;
}
</style>
border-color css
<style>
span { border-color: #5A120E; }
span { border-color: rgb(90,18,14); }
td.TdClassName
{
border-color: #5A120E;
}
.TagClassName
{
border-color: #5A120E;
}
</style>