Shades of Red Oxide #5A0902
Tints of Red Oxide #5A0902
RGB
CMYK
RGB Variations
Color information
#5A0902 (or 0x5A0902) is known color: Red Oxide. HEX triplet: 5A, 09 and 02. RGB value is (90,9,2). Sum of RGB (Red+Green+Blue) = 90+9+2=101 (13% of max value = 765). Red value is 90 (35.55% from 255 or 89.11% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0902 is #A5F6FD. Grayscale: #202020. Windows color (decimal): -10876670 or 133466. OLE color: 133466.
HSL color Cylindrical-coordinate representation of color #5A0902: hue angle of 4.77º 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 #5A0902 is Cyan = 0, Magento = 0.9, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 2 | - |
| CMYK | 0 | 0.9 | 0.98 | 0.65 |
| HSL | 4.77º | 0.96% | 0.18% | - |
| HSV(B) | 4.77º | 0.98% | 0.35% | - |
| XYZ | 4.33 | 2.37 | 0.29 | - |
| YUV | 32.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 2 | 0 | 0.9 | 0.98 | 0.65 | 4.77 | 0.96 | 0.18 |
| Hex | 5A | 9 | 2 | 0 | 5A | 62 | 41 | 5 | 60 | 12 |
| Octal | 132 | 11 | 2 | 0 | 132 | 142 | 101 | 5 | 140 | 22 |
| Binary | 1011010 | 1001 | 10 | 0 | 1011010 | 1100010 | 1000001 | 101 | 1100000 | 10010 |
Color Harmonies of #5A0902
Complementary color
Monochromatic Colors of #5A0902
Black with #5A0902
Text Example
Text Example
White with #5A0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0902; }
p { color: rgb(90,9,2); }
H1.HeaderClassName
{
color: #5A0902;
}
.AnyTagClassName
{
color: #5A0902;
}
</style>
background-color css
<style>
a { background-color: #5A0902; }
a { background-color: rgb(90,9,2); }
div.DivClassName
{
background-color: #5A0902;
}
.BgClassName
{
background-color: #5A0902;
}
</style>
border-color css
<style>
span { border-color: #5A0902; }
span { border-color: rgb(90,9,2); }
td.TdClassName
{
border-color: #5A0902;
}
.TagClassName
{
border-color: #5A0902;
}
</style>