Shades of Red Oxide #5A1804
Tints of Red Oxide #5A1804
RGB
CMYK
RGB Variations
Color information
#5A1804 (or 0x5A1804) is known color: Red Oxide. HEX triplet: 5A, 18 and 04. RGB value is (90,24,4). Sum of RGB (Red+Green+Blue) = 90+24+4=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1804 is #A5E7FB. Grayscale: #292929. Windows color (decimal): -10872828 or 268378. OLE color: 268378.
HSL color Cylindrical-coordinate representation of color #5A1804: hue angle of 13.95º 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 #5A1804 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 4 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.65 |
| HSL | 13.95º | 0.91% | 0.18% | - |
| HSV(B) | 13.95º | 0.96% | 0.35% | - |
| XYZ | 4.56 | 2.84 | 0.42 | - |
| YUV | 41.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 4 | 0 | 0.73 | 0.96 | 0.65 | 13.95 | 0.91 | 0.18 |
| Hex | 5A | 18 | 4 | 0 | 49 | 60 | 41 | E | 5B | 12 |
| Octal | 132 | 30 | 4 | 0 | 111 | 140 | 101 | 16 | 133 | 22 |
| Binary | 1011010 | 11000 | 100 | 0 | 1001001 | 1100000 | 1000001 | 1110 | 1011011 | 10010 |
Color Harmonies of #5A1804
Complementary color
Monochromatic Colors of #5A1804
Black with #5A1804
Text Example
Text Example
White with #5A1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1804; }
p { color: rgb(90,24,4); }
H1.HeaderClassName
{
color: #5A1804;
}
.AnyTagClassName
{
color: #5A1804;
}
</style>
background-color css
<style>
a { background-color: #5A1804; }
a { background-color: rgb(90,24,4); }
div.DivClassName
{
background-color: #5A1804;
}
.BgClassName
{
background-color: #5A1804;
}
</style>
border-color css
<style>
span { border-color: #5A1804; }
span { border-color: rgb(90,24,4); }
td.TdClassName
{
border-color: #5A1804;
}
.TagClassName
{
border-color: #5A1804;
}
</style>