Shades of Red Oxide #5A1202
Tints of Red Oxide #5A1202
RGB
CMYK
RGB Variations
Color information
#5A1202 (or 0x5A1202) is known color: Red Oxide. HEX triplet: 5A, 12 and 02. RGB value is (90,18,2). Sum of RGB (Red+Green+Blue) = 90+18+2=110 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.82% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1202 is #A5EDFD. Grayscale: #252525. Windows color (decimal): -10874366 or 135770. OLE color: 135770.
HSL color Cylindrical-coordinate representation of color #5A1202: hue angle of 10.91º 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 #5A1202 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 2 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.65 |
| HSL | 10.91º | 0.96% | 0.18% | - |
| HSV(B) | 10.91º | 0.98% | 0.35% | - |
| XYZ | 4.44 | 2.61 | 0.33 | - |
| YUV | 37.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 2 | 0 | 0.80 | 0.98 | 0.65 | 10.91 | 0.96 | 0.18 |
| Hex | 5A | 12 | 2 | 0 | 50 | 62 | 41 | B | 60 | 12 |
| Octal | 132 | 22 | 2 | 0 | 120 | 142 | 101 | 13 | 140 | 22 |
| Binary | 1011010 | 10010 | 10 | 0 | 1010000 | 1100010 | 1000001 | 1011 | 1100000 | 10010 |
Color Harmonies of #5A1202
Complementary color
Monochromatic Colors of #5A1202
Black with #5A1202
Text Example
Text Example
White with #5A1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1202; }
p { color: rgb(90,18,2); }
H1.HeaderClassName
{
color: #5A1202;
}
.AnyTagClassName
{
color: #5A1202;
}
</style>
background-color css
<style>
a { background-color: #5A1202; }
a { background-color: rgb(90,18,2); }
div.DivClassName
{
background-color: #5A1202;
}
.BgClassName
{
background-color: #5A1202;
}
</style>
border-color css
<style>
span { border-color: #5A1202; }
span { border-color: rgb(90,18,2); }
td.TdClassName
{
border-color: #5A1202;
}
.TagClassName
{
border-color: #5A1202;
}
</style>