Shades of Red Oxide #5A1508
Tints of Red Oxide #5A1508
RGB
CMYK
RGB Variations
Color information
#5A1508 (or 0x5A1508) is known color: Red Oxide. HEX triplet: 5A, 15 and 08. RGB value is (90,21,8). Sum of RGB (Red+Green+Blue) = 90+21+8=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1508 is #A5EAF7. Grayscale: #282828. Windows color (decimal): -10873592 or 529754. OLE color: 529754.
HSL color Cylindrical-coordinate representation of color #5A1508: hue angle of 9.51º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A1508 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 8 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.65 |
| HSL | 9.51º | 0.84% | 0.19% | - |
| HSV(B) | 9.51º | 0.91% | 0.35% | - |
| XYZ | 4.53 | 2.73 | 0.52 | - |
| YUV | 40.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 8 | 0 | 0.77 | 0.91 | 0.65 | 9.51 | 0.84 | 0.19 |
| Hex | 5A | 15 | 8 | 0 | 4D | 5B | 41 | A | 54 | 13 |
| Octal | 132 | 25 | 10 | 0 | 115 | 133 | 101 | 12 | 124 | 23 |
| Binary | 1011010 | 10101 | 1000 | 0 | 1001101 | 1011011 | 1000001 | 1010 | 1010100 | 10011 |
Color Harmonies of #5A1508
Complementary color
Monochromatic Colors of #5A1508
Black with #5A1508
Text Example
Text Example
White with #5A1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1508; }
p { color: rgb(90,21,8); }
H1.HeaderClassName
{
color: #5A1508;
}
.AnyTagClassName
{
color: #5A1508;
}
</style>
background-color css
<style>
a { background-color: #5A1508; }
a { background-color: rgb(90,21,8); }
div.DivClassName
{
background-color: #5A1508;
}
.BgClassName
{
background-color: #5A1508;
}
</style>
border-color css
<style>
span { border-color: #5A1508; }
span { border-color: rgb(90,21,8); }
td.TdClassName
{
border-color: #5A1508;
}
.TagClassName
{
border-color: #5A1508;
}
</style>