Shades of Red Oxide #5A0904
Tints of Red Oxide #5A0904
RGB
CMYK
RGB Variations
Color information
#5A0904 (or 0x5A0904) is known color: Red Oxide. HEX triplet: 5A, 09 and 04. RGB value is (90,9,4). Sum of RGB (Red+Green+Blue) = 90+9+4=103 (13% of max value = 765). Red value is 90 (35.55% from 255 or 87.38% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0904 is #A5F6FB. Grayscale: #202020. Windows color (decimal): -10876668 or 264538. OLE color: 264538.
HSL color Cylindrical-coordinate representation of color #5A0904: hue angle of 3.49º 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 #5A0904 is Cyan = 0, Magento = 0.9, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 4 | - |
| CMYK | 0 | 0.9 | 0.96 | 0.65 |
| HSL | 3.49º | 0.91% | 0.18% | - |
| HSV(B) | 3.49º | 0.96% | 0.35% | - |
| XYZ | 4.34 | 2.38 | 0.35 | - |
| YUV | 32.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 4 | 0 | 0.9 | 0.96 | 0.65 | 3.49 | 0.91 | 0.18 |
| Hex | 5A | 9 | 4 | 0 | 5A | 60 | 41 | 3 | 5B | 12 |
| Octal | 132 | 11 | 4 | 0 | 132 | 140 | 101 | 3 | 133 | 22 |
| Binary | 1011010 | 1001 | 100 | 0 | 1011010 | 1100000 | 1000001 | 11 | 1011011 | 10010 |
Color Harmonies of #5A0904
Complementary color
Monochromatic Colors of #5A0904
Black with #5A0904
Text Example
Text Example
White with #5A0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0904; }
p { color: rgb(90,9,4); }
H1.HeaderClassName
{
color: #5A0904;
}
.AnyTagClassName
{
color: #5A0904;
}
</style>
background-color css
<style>
a { background-color: #5A0904; }
a { background-color: rgb(90,9,4); }
div.DivClassName
{
background-color: #5A0904;
}
.BgClassName
{
background-color: #5A0904;
}
</style>
border-color css
<style>
span { border-color: #5A0904; }
span { border-color: rgb(90,9,4); }
td.TdClassName
{
border-color: #5A0904;
}
.TagClassName
{
border-color: #5A0904;
}
</style>