Shades of Red Oxide #570C08
Tints of Red Oxide #570C08
RGB
CMYK
RGB Variations
Color information
#570C08 (or 0x570C08) is known color: Red Oxide. HEX triplet: 57, 0C and 08. RGB value is (87,12,8). Sum of RGB (Red+Green+Blue) = 87+12+8=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #570C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C08 is #A8F3F7. Grayscale: #222222. Windows color (decimal): -11072504 or 527447. OLE color: 527447.
HSL color Cylindrical-coordinate representation of color #570C08: hue angle of 3.04º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570C08 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 8 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.66 |
| HSL | 3.04º | 0.83% | 0.19% | - |
| HSV(B) | 3.04º | 0.91% | 0.34% | - |
| XYZ | 4.11 | 2.31 | 0.46 | - |
| YUV | 33.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 8 | 0 | 0.86 | 0.91 | 0.66 | 3.04 | 0.83 | 0.19 |
| Hex | 57 | C | 8 | 0 | 56 | 5B | 42 | 3 | 53 | 13 |
| Octal | 127 | 14 | 10 | 0 | 126 | 133 | 102 | 3 | 123 | 23 |
| Binary | 1010111 | 1100 | 1000 | 0 | 1010110 | 1011011 | 1000010 | 11 | 1010011 | 10011 |
Color Harmonies of #570C08
Complementary color
Monochromatic Colors of #570C08
Black with #570C08
Text Example
Text Example
White with #570C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C08; }
p { color: rgb(87,12,8); }
H1.HeaderClassName
{
color: #570C08;
}
.AnyTagClassName
{
color: #570C08;
}
</style>
background-color css
<style>
a { background-color: #570C08; }
a { background-color: rgb(87,12,8); }
div.DivClassName
{
background-color: #570C08;
}
.BgClassName
{
background-color: #570C08;
}
</style>
border-color css
<style>
span { border-color: #570C08; }
span { border-color: rgb(87,12,8); }
td.TdClassName
{
border-color: #570C08;
}
.TagClassName
{
border-color: #570C08;
}
</style>