Shades of Red Oxide #502222
Tints of Red Oxide #502222
RGB
CMYK
RGB Variations
Color information
#502222 (or 0x502222) is known color: Red Oxide. HEX triplet: 50, 22 and 22. RGB value is (80,34,34). Sum of RGB (Red+Green+Blue) = 80+34+34=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #502222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502222 is #AFDDDD. Grayscale: #2F2F2F. Windows color (decimal): -11525598 or 2237008. OLE color: 2237008.
HSL color Cylindrical-coordinate representation of color #502222: hue angle of 0º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502222 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 34 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.69 |
| HSL | 0º | 0.4% | 0.22% | - |
| HSV(B) | 0º | 0.58% | 0.31% | - |
| XYZ | 4.17 | 2.97 | 1.87 | - |
| YUV | 47.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 34 | 0 | 0.58 | 0.58 | 0.69 | 0 | 0.4 | 0.22 |
| Hex | 50 | 22 | 22 | 0 | 3A | 3A | 45 | 0 | 28 | 16 |
| Octal | 120 | 42 | 42 | 0 | 72 | 72 | 105 | 0 | 50 | 26 |
| Binary | 1010000 | 100010 | 100010 | 0 | 111010 | 111010 | 1000101 | 0 | 101000 | 10110 |
Color Harmonies of #502222
Complementary color
Monochromatic Colors of #502222
Black with #502222
Text Example
Text Example
White with #502222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502222; }
p { color: rgb(80,34,34); }
H1.HeaderClassName
{
color: #502222;
}
.AnyTagClassName
{
color: #502222;
}
</style>
background-color css
<style>
a { background-color: #502222; }
a { background-color: rgb(80,34,34); }
div.DivClassName
{
background-color: #502222;
}
.BgClassName
{
background-color: #502222;
}
</style>
border-color css
<style>
span { border-color: #502222; }
span { border-color: rgb(80,34,34); }
td.TdClassName
{
border-color: #502222;
}
.TagClassName
{
border-color: #502222;
}
</style>