Shades of Red Oxide #5A1910
Tints of Red Oxide #5A1910
RGB
CMYK
RGB Variations
Color information
#5A1910 (or 0x5A1910) is known color: Red Oxide. HEX triplet: 5A, 19 and 10. RGB value is (90,25,16). Sum of RGB (Red+Green+Blue) = 90+25+16=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1910 is #A5E6EF. Grayscale: #2B2B2B. Windows color (decimal): -10872560 or 1055066. OLE color: 1055066.
HSL color Cylindrical-coordinate representation of color #5A1910: hue angle of 7.3º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1910 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 25 | 16 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.65 |
| HSL | 7.3º | 0.7% | 0.21% | - |
| HSV(B) | 7.3º | 0.82% | 0.35% | - |
| XYZ | 4.66 | 2.91 | 0.81 | - |
| YUV | 43.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 16 | 0 | 0.72 | 0.82 | 0.65 | 7.3 | 0.7 | 0.21 |
| Hex | 5A | 19 | 10 | 0 | 48 | 52 | 41 | 7 | 46 | 15 |
| Octal | 132 | 31 | 20 | 0 | 110 | 122 | 101 | 7 | 106 | 25 |
| Binary | 1011010 | 11001 | 10000 | 0 | 1001000 | 1010010 | 1000001 | 111 | 1000110 | 10101 |
Color Harmonies of #5A1910
Complementary color
Monochromatic Colors of #5A1910
Black with #5A1910
Text Example
Text Example
White with #5A1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1910; }
p { color: rgb(90,25,16); }
H1.HeaderClassName
{
color: #5A1910;
}
.AnyTagClassName
{
color: #5A1910;
}
</style>
background-color css
<style>
a { background-color: #5A1910; }
a { background-color: rgb(90,25,16); }
div.DivClassName
{
background-color: #5A1910;
}
.BgClassName
{
background-color: #5A1910;
}
</style>
border-color css
<style>
span { border-color: #5A1910; }
span { border-color: rgb(90,25,16); }
td.TdClassName
{
border-color: #5A1910;
}
.TagClassName
{
border-color: #5A1910;
}
</style>