Shades of Red Oxide #5A0602
Tints of Red Oxide #5A0602
RGB
CMYK
RGB Variations
Color information
#5A0602 (or 0x5A0602) is known color: Red Oxide. HEX triplet: 5A, 06 and 02. RGB value is (90,6,2). Sum of RGB (Red+Green+Blue) = 90+6+2=98 (12% of max value = 765). Red value is 90 (35.55% from 255 or 91.84% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0602 is #A5F9FD. Grayscale: #1E1E1E. Windows color (decimal): -10877438 or 132698. OLE color: 132698.
HSL color Cylindrical-coordinate representation of color #5A0602: hue angle of 2.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0602 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 6 | 2 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.65 |
| HSL | 2.73º | 0.96% | 0.18% | - |
| HSV(B) | 2.73º | 0.98% | 0.35% | - |
| XYZ | 4.29 | 2.31 | 0.28 | - |
| YUV | 30.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 2 | 0 | 0.93 | 0.98 | 0.65 | 2.73 | 0.96 | 0.18 |
| Hex | 5A | 6 | 2 | 0 | 5D | 62 | 41 | 3 | 60 | 12 |
| Octal | 132 | 6 | 2 | 0 | 135 | 142 | 101 | 3 | 140 | 22 |
| Binary | 1011010 | 110 | 10 | 0 | 1011101 | 1100010 | 1000001 | 11 | 1100000 | 10010 |
Color Harmonies of #5A0602
Complementary color
Monochromatic Colors of #5A0602
Black with #5A0602
Text Example
Text Example
White with #5A0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0602; }
p { color: rgb(90,6,2); }
H1.HeaderClassName
{
color: #5A0602;
}
.AnyTagClassName
{
color: #5A0602;
}
</style>
background-color css
<style>
a { background-color: #5A0602; }
a { background-color: rgb(90,6,2); }
div.DivClassName
{
background-color: #5A0602;
}
.BgClassName
{
background-color: #5A0602;
}
</style>
border-color css
<style>
span { border-color: #5A0602; }
span { border-color: rgb(90,6,2); }
td.TdClassName
{
border-color: #5A0602;
}
.TagClassName
{
border-color: #5A0602;
}
</style>