Shades of Red Oxide #5A120A
Tints of Red Oxide #5A120A
RGB
CMYK
RGB Variations
Color information
#5A120A (or 0x5A120A) is known color: Red Oxide. HEX triplet: 5A, 12 and 0A. RGB value is (90,18,10). Sum of RGB (Red+Green+Blue) = 90+18+10=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A120A is #A5EDF5. Grayscale: #262626. Windows color (decimal): -10874358 or 660058. OLE color: 660058.
HSL color Cylindrical-coordinate representation of color #5A120A: hue angle of 6º 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 #5A120A is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 10 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.65 |
| HSL | 6º | 0.8% | 0.2% | - |
| HSV(B) | 6º | 0.89% | 0.35% | - |
| XYZ | 4.49 | 2.63 | 0.56 | - |
| YUV | 38.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 10 | 0 | 0.80 | 0.89 | 0.65 | 6 | 0.8 | 0.2 |
| Hex | 5A | 12 | A | 0 | 50 | 59 | 41 | 6 | 50 | 14 |
| Octal | 132 | 22 | 12 | 0 | 120 | 131 | 101 | 6 | 120 | 24 |
| Binary | 1011010 | 10010 | 1010 | 0 | 1010000 | 1011001 | 1000001 | 110 | 1010000 | 10100 |
Color Harmonies of #5A120A
Complementary color
Monochromatic Colors of #5A120A
Black with #5A120A
Text Example
Text Example
White with #5A120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A120A; }
p { color: rgb(90,18,10); }
H1.HeaderClassName
{
color: #5A120A;
}
.AnyTagClassName
{
color: #5A120A;
}
</style>
background-color css
<style>
a { background-color: #5A120A; }
a { background-color: rgb(90,18,10); }
div.DivClassName
{
background-color: #5A120A;
}
.BgClassName
{
background-color: #5A120A;
}
</style>
border-color css
<style>
span { border-color: #5A120A; }
span { border-color: rgb(90,18,10); }
td.TdClassName
{
border-color: #5A120A;
}
.TagClassName
{
border-color: #5A120A;
}
</style>