Shades of Red Oxide #5A2222
Tints of Red Oxide #5A2222
RGB
CMYK
RGB Variations
Color information
#5A2222 (or 0x5A2222) is known color: Red Oxide. HEX triplet: 5A, 22 and 22. RGB value is (90,34,34). Sum of RGB (Red+Green+Blue) = 90+34+34=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2222 is #A5DDDD. Grayscale: #323232. Windows color (decimal): -10870238 or 2237018. OLE color: 2237018.
HSL color Cylindrical-coordinate representation of color #5A2222: hue angle of 0º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A2222 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 34 | 34 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.65 |
| HSL | 0º | 0.45% | 0.24% | - |
| HSV(B) | 0º | 0.62% | 0.35% | - |
| XYZ | 5.08 | 3.43 | 1.91 | - |
| YUV | 50.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 34 | 0 | 0.62 | 0.62 | 0.65 | 0 | 0.45 | 0.24 |
| Hex | 5A | 22 | 22 | 0 | 3E | 3E | 41 | 0 | 2D | 18 |
| Octal | 132 | 42 | 42 | 0 | 76 | 76 | 101 | 0 | 55 | 30 |
| Binary | 1011010 | 100010 | 100010 | 0 | 111110 | 111110 | 1000001 | 0 | 101101 | 11000 |
Color Harmonies of #5A2222
Complementary color
Monochromatic Colors of #5A2222
Black with #5A2222
Text Example
Text Example
White with #5A2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2222; }
p { color: rgb(90,34,34); }
H1.HeaderClassName
{
color: #5A2222;
}
.AnyTagClassName
{
color: #5A2222;
}
</style>
background-color css
<style>
a { background-color: #5A2222; }
a { background-color: rgb(90,34,34); }
div.DivClassName
{
background-color: #5A2222;
}
.BgClassName
{
background-color: #5A2222;
}
</style>
border-color css
<style>
span { border-color: #5A2222; }
span { border-color: rgb(90,34,34); }
td.TdClassName
{
border-color: #5A2222;
}
.TagClassName
{
border-color: #5A2222;
}
</style>