Shades of Red Oxide #570502
Tints of Red Oxide #570502
RGB
CMYK
RGB Variations
Color information
#570502 (or 0x570502) is known color: Red Oxide. HEX triplet: 57, 05 and 02. RGB value is (87,5,2). Sum of RGB (Red+Green+Blue) = 87+5+2=94 (12% of max value = 765). Red value is 87 (34.38% from 255 or 92.55% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 87 - color contains mainly: red. Hex color #570502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570502 is #A8FAFD. Grayscale: #1D1D1D. Windows color (decimal): -11074302 or 132439. OLE color: 132439.
HSL color Cylindrical-coordinate representation of color #570502: hue angle of 2.12º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570502 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.66 |
| HSL | 2.12º | 0.96% | 0.17% | - |
| HSV(B) | 2.12º | 0.98% | 0.34% | - |
| XYZ | 4 | 2.14 | 0.26 | - |
| YUV | 29.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 2 | 0 | 0.94 | 0.98 | 0.66 | 2.12 | 0.96 | 0.17 |
| Hex | 57 | 5 | 2 | 0 | 5E | 62 | 42 | 2 | 60 | 11 |
| Octal | 127 | 5 | 2 | 0 | 136 | 142 | 102 | 2 | 140 | 21 |
| Binary | 1010111 | 101 | 10 | 0 | 1011110 | 1100010 | 1000010 | 10 | 1100000 | 10001 |
Color Harmonies of #570502
Complementary color
Monochromatic Colors of #570502
Black with #570502
Text Example
Text Example
White with #570502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570502; }
p { color: rgb(87,5,2); }
H1.HeaderClassName
{
color: #570502;
}
.AnyTagClassName
{
color: #570502;
}
</style>
background-color css
<style>
a { background-color: #570502; }
a { background-color: rgb(87,5,2); }
div.DivClassName
{
background-color: #570502;
}
.BgClassName
{
background-color: #570502;
}
</style>
border-color css
<style>
span { border-color: #570502; }
span { border-color: rgb(87,5,2); }
td.TdClassName
{
border-color: #570502;
}
.TagClassName
{
border-color: #570502;
}
</style>