Shades of Red Oxide #5A1210
Tints of Red Oxide #5A1210
RGB
CMYK
RGB Variations
Color information
#5A1210 (or 0x5A1210) is known color: Red Oxide. HEX triplet: 5A, 12 and 10. RGB value is (90,18,16). Sum of RGB (Red+Green+Blue) = 90+18+16=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1210 is #A5EDEF. Grayscale: #272727. Windows color (decimal): -10874352 or 1053274. OLE color: 1053274.
HSL color Cylindrical-coordinate representation of color #5A1210: hue angle of 1.62º 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 #5A1210 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 16 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.65 |
| HSL | 1.62º | 0.7% | 0.21% | - |
| HSV(B) | 1.62º | 0.82% | 0.35% | - |
| XYZ | 4.53 | 2.64 | 0.76 | - |
| YUV | 39.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 16 | 0 | 0.80 | 0.82 | 0.65 | 1.62 | 0.7 | 0.21 |
| Hex | 5A | 12 | 10 | 0 | 50 | 52 | 41 | 2 | 46 | 15 |
| Octal | 132 | 22 | 20 | 0 | 120 | 122 | 101 | 2 | 106 | 25 |
| Binary | 1011010 | 10010 | 10000 | 0 | 1010000 | 1010010 | 1000001 | 10 | 1000110 | 10101 |
Color Harmonies of #5A1210
Complementary color
Monochromatic Colors of #5A1210
Black with #5A1210
Text Example
Text Example
White with #5A1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1210; }
p { color: rgb(90,18,16); }
H1.HeaderClassName
{
color: #5A1210;
}
.AnyTagClassName
{
color: #5A1210;
}
</style>
background-color css
<style>
a { background-color: #5A1210; }
a { background-color: rgb(90,18,16); }
div.DivClassName
{
background-color: #5A1210;
}
.BgClassName
{
background-color: #5A1210;
}
</style>
border-color css
<style>
span { border-color: #5A1210; }
span { border-color: rgb(90,18,16); }
td.TdClassName
{
border-color: #5A1210;
}
.TagClassName
{
border-color: #5A1210;
}
</style>