Shades of Red Oxide #570C04
Tints of Red Oxide #570C04
RGB
CMYK
RGB Variations
Color information
#570C04 (or 0x570C04) is known color: Red Oxide. HEX triplet: 57, 0C and 04. RGB value is (87,12,4). Sum of RGB (Red+Green+Blue) = 87+12+4=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #570C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C04 is #A8F3FB. Grayscale: #212121. Windows color (decimal): -11072508 or 265303. OLE color: 265303.
HSL color Cylindrical-coordinate representation of color #570C04: hue angle of 5.78º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570C04 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 4 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.66 |
| HSL | 5.78º | 0.91% | 0.18% | - |
| HSV(B) | 5.78º | 0.95% | 0.34% | - |
| XYZ | 4.08 | 2.3 | 0.34 | - |
| YUV | 33.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 4 | 0 | 0.86 | 0.95 | 0.66 | 5.78 | 0.91 | 0.18 |
| Hex | 57 | C | 4 | 0 | 56 | 5F | 42 | 6 | 5B | 12 |
| Octal | 127 | 14 | 4 | 0 | 126 | 137 | 102 | 6 | 133 | 22 |
| Binary | 1010111 | 1100 | 100 | 0 | 1010110 | 1011111 | 1000010 | 110 | 1011011 | 10010 |
Color Harmonies of #570C04
Complementary color
Monochromatic Colors of #570C04
Black with #570C04
Text Example
Text Example
White with #570C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C04; }
p { color: rgb(87,12,4); }
H1.HeaderClassName
{
color: #570C04;
}
.AnyTagClassName
{
color: #570C04;
}
</style>
background-color css
<style>
a { background-color: #570C04; }
a { background-color: rgb(87,12,4); }
div.DivClassName
{
background-color: #570C04;
}
.BgClassName
{
background-color: #570C04;
}
</style>
border-color css
<style>
span { border-color: #570C04; }
span { border-color: rgb(87,12,4); }
td.TdClassName
{
border-color: #570C04;
}
.TagClassName
{
border-color: #570C04;
}
</style>