Shades of Red Oxide #5A0D02
Tints of Red Oxide #5A0D02
RGB
CMYK
RGB Variations
Color information
#5A0D02 (or 0x5A0D02) is known color: Red Oxide. HEX triplet: 5A, 0D and 02. RGB value is (90,13,2). Sum of RGB (Red+Green+Blue) = 90+13+2=105 (13% of max value = 765). Red value is 90 (35.55% from 255 or 85.71% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0D02 is #A5F2FD. Grayscale: #222222. Windows color (decimal): -10875646 or 134490. OLE color: 134490.
HSL color Cylindrical-coordinate representation of color #5A0D02: hue angle of 7.5º 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 #5A0D02 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 2 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.65 |
| HSL | 7.5º | 0.96% | 0.18% | - |
| HSV(B) | 7.5º | 0.98% | 0.35% | - |
| XYZ | 4.37 | 2.47 | 0.3 | - |
| YUV | 34.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 2 | 0 | 0.86 | 0.98 | 0.65 | 7.5 | 0.96 | 0.18 |
| Hex | 5A | D | 2 | 0 | 56 | 62 | 41 | 8 | 60 | 12 |
| Octal | 132 | 15 | 2 | 0 | 126 | 142 | 101 | 10 | 140 | 22 |
| Binary | 1011010 | 1101 | 10 | 0 | 1010110 | 1100010 | 1000001 | 1000 | 1100000 | 10010 |
Color Harmonies of #5A0D02
Complementary color
Monochromatic Colors of #5A0D02
Black with #5A0D02
Text Example
Text Example
White with #5A0D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D02; }
p { color: rgb(90,13,2); }
H1.HeaderClassName
{
color: #5A0D02;
}
.AnyTagClassName
{
color: #5A0D02;
}
</style>
background-color css
<style>
a { background-color: #5A0D02; }
a { background-color: rgb(90,13,2); }
div.DivClassName
{
background-color: #5A0D02;
}
.BgClassName
{
background-color: #5A0D02;
}
</style>
border-color css
<style>
span { border-color: #5A0D02; }
span { border-color: rgb(90,13,2); }
td.TdClassName
{
border-color: #5A0D02;
}
.TagClassName
{
border-color: #5A0D02;
}
</style>