Shades of Red Oxide #570C01
Tints of Red Oxide #570C01
RGB
CMYK
RGB Variations
Color information
#570C01 (or 0x570C01) is known color: Red Oxide. HEX triplet: 57, 0C and 01. RGB value is (87,12,1). Sum of RGB (Red+Green+Blue) = 87+12+1=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C01 is #A8F3FE. Grayscale: #212121. Windows color (decimal): -11072511 or 68695. OLE color: 68695.
HSL color Cylindrical-coordinate representation of color #570C01: hue angle of 7.67º 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 #570C01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.66 |
| HSL | 7.67º | 0.98% | 0.17% | - |
| HSV(B) | 7.67º | 0.99% | 0.34% | - |
| XYZ | 4.07 | 2.29 | 0.26 | - |
| YUV | 33.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 1 | 0 | 0.86 | 0.99 | 0.66 | 7.67 | 0.98 | 0.17 |
| Hex | 57 | C | 1 | 0 | 56 | 63 | 42 | 8 | 62 | 11 |
| Octal | 127 | 14 | 1 | 0 | 126 | 143 | 102 | 10 | 142 | 21 |
| Binary | 1010111 | 1100 | 1 | 0 | 1010110 | 1100011 | 1000010 | 1000 | 1100010 | 10001 |
Color Harmonies of #570C01
Complementary color
Monochromatic Colors of #570C01
Black with #570C01
Text Example
Text Example
White with #570C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C01; }
p { color: rgb(87,12,1); }
H1.HeaderClassName
{
color: #570C01;
}
.AnyTagClassName
{
color: #570C01;
}
</style>
background-color css
<style>
a { background-color: #570C01; }
a { background-color: rgb(87,12,1); }
div.DivClassName
{
background-color: #570C01;
}
.BgClassName
{
background-color: #570C01;
}
</style>
border-color css
<style>
span { border-color: #570C01; }
span { border-color: rgb(87,12,1); }
td.TdClassName
{
border-color: #570C01;
}
.TagClassName
{
border-color: #570C01;
}
</style>