Shades of Red Oxide #5A2019
Tints of Red Oxide #5A2019
RGB
CMYK
RGB Variations
Color information
#5A2019 (or 0x5A2019) is known color: Red Oxide. HEX triplet: 5A, 20 and 19. RGB value is (90,32,25). Sum of RGB (Red+Green+Blue) = 90+32+25=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2019 is #A5DFE6. Grayscale: #303030. Windows color (decimal): -10870759 or 1646682. OLE color: 1646682.
HSL color Cylindrical-coordinate representation of color #5A2019: hue angle of 6.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2019 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 25 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.65 |
| HSL | 6.46º | 0.57% | 0.23% | - |
| HSV(B) | 6.46º | 0.72% | 0.35% | - |
| XYZ | 4.91 | 3.28 | 1.29 | - |
| YUV | 48.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 25 | 0 | 0.64 | 0.72 | 0.65 | 6.46 | 0.57 | 0.23 |
| Hex | 5A | 20 | 19 | 0 | 40 | 48 | 41 | 6 | 39 | 17 |
| Octal | 132 | 40 | 31 | 0 | 100 | 110 | 101 | 6 | 71 | 27 |
| Binary | 1011010 | 100000 | 11001 | 0 | 1000000 | 1001000 | 1000001 | 110 | 111001 | 10111 |
Color Harmonies of #5A2019
Complementary color
Monochromatic Colors of #5A2019
Black with #5A2019
Text Example
Text Example
White with #5A2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2019; }
p { color: rgb(90,32,25); }
H1.HeaderClassName
{
color: #5A2019;
}
.AnyTagClassName
{
color: #5A2019;
}
</style>
background-color css
<style>
a { background-color: #5A2019; }
a { background-color: rgb(90,32,25); }
div.DivClassName
{
background-color: #5A2019;
}
.BgClassName
{
background-color: #5A2019;
}
</style>
border-color css
<style>
span { border-color: #5A2019; }
span { border-color: rgb(90,32,25); }
td.TdClassName
{
border-color: #5A2019;
}
.TagClassName
{
border-color: #5A2019;
}
</style>