Shades of Red Oxide #5A1310
Tints of Red Oxide #5A1310
RGB
CMYK
RGB Variations
Color information
#5A1310 (or 0x5A1310) is known color: Red Oxide. HEX triplet: 5A, 13 and 10. RGB value is (90,19,16). Sum of RGB (Red+Green+Blue) = 90+19+16=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1310 is #A5ECEF. Grayscale: #272727. Windows color (decimal): -10874096 or 1053530. OLE color: 1053530.
HSL color Cylindrical-coordinate representation of color #5A1310: hue angle of 2.43º 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 #5A1310 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 16 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.65 |
| HSL | 2.43º | 0.7% | 0.21% | - |
| HSV(B) | 2.43º | 0.82% | 0.35% | - |
| XYZ | 4.54 | 2.68 | 0.77 | - |
| YUV | 39.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 16 | 0 | 0.79 | 0.82 | 0.65 | 2.43 | 0.7 | 0.21 |
| Hex | 5A | 13 | 10 | 0 | 4F | 52 | 41 | 2 | 46 | 15 |
| Octal | 132 | 23 | 20 | 0 | 117 | 122 | 101 | 2 | 106 | 25 |
| Binary | 1011010 | 10011 | 10000 | 0 | 1001111 | 1010010 | 1000001 | 10 | 1000110 | 10101 |
Color Harmonies of #5A1310
Complementary color
Monochromatic Colors of #5A1310
Black with #5A1310
Text Example
Text Example
White with #5A1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1310; }
p { color: rgb(90,19,16); }
H1.HeaderClassName
{
color: #5A1310;
}
.AnyTagClassName
{
color: #5A1310;
}
</style>
background-color css
<style>
a { background-color: #5A1310; }
a { background-color: rgb(90,19,16); }
div.DivClassName
{
background-color: #5A1310;
}
.BgClassName
{
background-color: #5A1310;
}
</style>
border-color css
<style>
span { border-color: #5A1310; }
span { border-color: rgb(90,19,16); }
td.TdClassName
{
border-color: #5A1310;
}
.TagClassName
{
border-color: #5A1310;
}
</style>