Shades of Red Oxide #5A0A04
Tints of Red Oxide #5A0A04
RGB
CMYK
RGB Variations
Color information
#5A0A04 (or 0x5A0A04) is known color: Red Oxide. HEX triplet: 5A, 0A and 04. RGB value is (90,10,4). Sum of RGB (Red+Green+Blue) = 90+10+4=104 (13% of max value = 765). Red value is 90 (35.55% from 255 or 86.54% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0A04 is #A5F5FB. Grayscale: #212121. Windows color (decimal): -10876412 or 264794. OLE color: 264794.
HSL color Cylindrical-coordinate representation of color #5A0A04: hue angle of 4.19º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0A04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 10 | 4 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.65 |
| HSL | 4.19º | 0.91% | 0.18% | - |
| HSV(B) | 4.19º | 0.96% | 0.35% | - |
| XYZ | 4.35 | 2.4 | 0.35 | - |
| YUV | 33.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 4 | 0 | 0.89 | 0.96 | 0.65 | 4.19 | 0.91 | 0.18 |
| Hex | 5A | A | 4 | 0 | 59 | 60 | 41 | 4 | 5B | 12 |
| Octal | 132 | 12 | 4 | 0 | 131 | 140 | 101 | 4 | 133 | 22 |
| Binary | 1011010 | 1010 | 100 | 0 | 1011001 | 1100000 | 1000001 | 100 | 1011011 | 10010 |
Color Harmonies of #5A0A04
Complementary color
Monochromatic Colors of #5A0A04
Black with #5A0A04
Text Example
Text Example
White with #5A0A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A04; }
p { color: rgb(90,10,4); }
H1.HeaderClassName
{
color: #5A0A04;
}
.AnyTagClassName
{
color: #5A0A04;
}
</style>
background-color css
<style>
a { background-color: #5A0A04; }
a { background-color: rgb(90,10,4); }
div.DivClassName
{
background-color: #5A0A04;
}
.BgClassName
{
background-color: #5A0A04;
}
</style>
border-color css
<style>
span { border-color: #5A0A04; }
span { border-color: rgb(90,10,4); }
td.TdClassName
{
border-color: #5A0A04;
}
.TagClassName
{
border-color: #5A0A04;
}
</style>