Shades of Red Oxide #5A190A
Tints of Red Oxide #5A190A
RGB
CMYK
RGB Variations
Color information
#5A190A (or 0x5A190A) is known color: Red Oxide. HEX triplet: 5A, 19 and 0A. RGB value is (90,25,10). Sum of RGB (Red+Green+Blue) = 90+25+10=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A190A is #A5E6F5. Grayscale: #2A2A2A. Windows color (decimal): -10872566 or 661850. OLE color: 661850.
HSL color Cylindrical-coordinate representation of color #5A190A: hue angle of 11.25º 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 #5A190A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 10 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.65 |
| HSL | 11.25º | 0.8% | 0.2% | - |
| HSV(B) | 11.25º | 0.89% | 0.35% | - |
| XYZ | 4.62 | 2.89 | 0.6 | - |
| YUV | 42.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 10 | 0 | 0.72 | 0.89 | 0.65 | 11.25 | 0.8 | 0.2 |
| Hex | 5A | 19 | A | 0 | 48 | 59 | 41 | B | 50 | 14 |
| Octal | 132 | 31 | 12 | 0 | 110 | 131 | 101 | 13 | 120 | 24 |
| Binary | 1011010 | 11001 | 1010 | 0 | 1001000 | 1011001 | 1000001 | 1011 | 1010000 | 10100 |
Color Harmonies of #5A190A
Complementary color
Monochromatic Colors of #5A190A
Black with #5A190A
Text Example
Text Example
White with #5A190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A190A; }
p { color: rgb(90,25,10); }
H1.HeaderClassName
{
color: #5A190A;
}
.AnyTagClassName
{
color: #5A190A;
}
</style>
background-color css
<style>
a { background-color: #5A190A; }
a { background-color: rgb(90,25,10); }
div.DivClassName
{
background-color: #5A190A;
}
.BgClassName
{
background-color: #5A190A;
}
</style>
border-color css
<style>
span { border-color: #5A190A; }
span { border-color: rgb(90,25,10); }
td.TdClassName
{
border-color: #5A190A;
}
.TagClassName
{
border-color: #5A190A;
}
</style>