Shades of Red Oxide #5A0A06
Tints of Red Oxide #5A0A06
RGB
CMYK
RGB Variations
Color information
#5A0A06 (or 0x5A0A06) is known color: Red Oxide. HEX triplet: 5A, 0A and 06. RGB value is (90,10,6). Sum of RGB (Red+Green+Blue) = 90+10+6=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0A06 is #A5F5F9. Grayscale: #212121. Windows color (decimal): -10876410 or 395866. OLE color: 395866.
HSL color Cylindrical-coordinate representation of color #5A0A06: hue angle of 2.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0A06 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 10 | 6 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.65 |
| HSL | 2.86º | 0.88% | 0.19% | - |
| HSV(B) | 2.86º | 0.93% | 0.35% | - |
| XYZ | 4.36 | 2.4 | 0.41 | - |
| YUV | 33.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 6 | 0 | 0.89 | 0.93 | 0.65 | 2.86 | 0.88 | 0.19 |
| Hex | 5A | A | 6 | 0 | 59 | 5D | 41 | 3 | 58 | 13 |
| Octal | 132 | 12 | 6 | 0 | 131 | 135 | 101 | 3 | 130 | 23 |
| Binary | 1011010 | 1010 | 110 | 0 | 1011001 | 1011101 | 1000001 | 11 | 1011000 | 10011 |
Color Harmonies of #5A0A06
Complementary color
Monochromatic Colors of #5A0A06
Black with #5A0A06
Text Example
Text Example
White with #5A0A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A06; }
p { color: rgb(90,10,6); }
H1.HeaderClassName
{
color: #5A0A06;
}
.AnyTagClassName
{
color: #5A0A06;
}
</style>
background-color css
<style>
a { background-color: #5A0A06; }
a { background-color: rgb(90,10,6); }
div.DivClassName
{
background-color: #5A0A06;
}
.BgClassName
{
background-color: #5A0A06;
}
</style>
border-color css
<style>
span { border-color: #5A0A06; }
span { border-color: rgb(90,10,6); }
td.TdClassName
{
border-color: #5A0A06;
}
.TagClassName
{
border-color: #5A0A06;
}
</style>