Shades of Red Oxide #570A01
Tints of Red Oxide #570A01
RGB
CMYK
RGB Variations
Color information
#570A01 (or 0x570A01) is known color: Red Oxide. HEX triplet: 57, 0A and 01. RGB value is (87,10,1). Sum of RGB (Red+Green+Blue) = 87+10+1=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #570A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A01 is #A8F5FE. Grayscale: #202020. Windows color (decimal): -11073023 or 68183. OLE color: 68183.
HSL color Cylindrical-coordinate representation of color #570A01: hue angle of 6.28º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570A01 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.66 |
| HSL | 6.28º | 0.98% | 0.17% | - |
| HSV(B) | 6.28º | 0.99% | 0.34% | - |
| XYZ | 4.04 | 2.25 | 0.25 | - |
| YUV | 32 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 1 | 0 | 0.89 | 0.99 | 0.66 | 6.28 | 0.98 | 0.17 |
| Hex | 57 | A | 1 | 0 | 59 | 63 | 42 | 6 | 62 | 11 |
| Octal | 127 | 12 | 1 | 0 | 131 | 143 | 102 | 6 | 142 | 21 |
| Binary | 1010111 | 1010 | 1 | 0 | 1011001 | 1100011 | 1000010 | 110 | 1100010 | 10001 |
Color Harmonies of #570A01
Complementary color
Monochromatic Colors of #570A01
Black with #570A01
Text Example
Text Example
White with #570A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A01; }
p { color: rgb(87,10,1); }
H1.HeaderClassName
{
color: #570A01;
}
.AnyTagClassName
{
color: #570A01;
}
</style>
background-color css
<style>
a { background-color: #570A01; }
a { background-color: rgb(87,10,1); }
div.DivClassName
{
background-color: #570A01;
}
.BgClassName
{
background-color: #570A01;
}
</style>
border-color css
<style>
span { border-color: #570A01; }
span { border-color: rgb(87,10,1); }
td.TdClassName
{
border-color: #570A01;
}
.TagClassName
{
border-color: #570A01;
}
</style>