Shades of Red Oxide #571002
Tints of Red Oxide #571002
RGB
CMYK
RGB Variations
Color information
#571002 (or 0x571002) is known color: Red Oxide. HEX triplet: 57, 10 and 02. RGB value is (87,16,2). Sum of RGB (Red+Green+Blue) = 87+16+2=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #571002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571002 is #A8EFFD. Grayscale: #232323. Windows color (decimal): -11071486 or 135255. OLE color: 135255.
HSL color Cylindrical-coordinate representation of color #571002: hue angle of 9.88º 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 #571002 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 16 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.66 |
| HSL | 9.88º | 0.96% | 0.17% | - |
| HSV(B) | 9.88º | 0.98% | 0.34% | - |
| XYZ | 4.13 | 2.4 | 0.3 | - |
| YUV | 35.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 2 | 0 | 0.82 | 0.98 | 0.66 | 9.88 | 0.96 | 0.17 |
| Hex | 57 | 10 | 2 | 0 | 52 | 62 | 42 | A | 60 | 11 |
| Octal | 127 | 20 | 2 | 0 | 122 | 142 | 102 | 12 | 140 | 21 |
| Binary | 1010111 | 10000 | 10 | 0 | 1010010 | 1100010 | 1000010 | 1010 | 1100000 | 10001 |
Color Harmonies of #571002
Complementary color
Monochromatic Colors of #571002
Black with #571002
Text Example
Text Example
White with #571002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571002; }
p { color: rgb(87,16,2); }
H1.HeaderClassName
{
color: #571002;
}
.AnyTagClassName
{
color: #571002;
}
</style>
background-color css
<style>
a { background-color: #571002; }
a { background-color: rgb(87,16,2); }
div.DivClassName
{
background-color: #571002;
}
.BgClassName
{
background-color: #571002;
}
</style>
border-color css
<style>
span { border-color: #571002; }
span { border-color: rgb(87,16,2); }
td.TdClassName
{
border-color: #571002;
}
.TagClassName
{
border-color: #571002;
}
</style>