Shades of Red Oxide #57160C
Tints of Red Oxide #57160C
RGB
CMYK
RGB Variations
Color information
#57160C (or 0x57160C) is known color: Red Oxide. HEX triplet: 57, 16 and 0C. RGB value is (87,22,12). Sum of RGB (Red+Green+Blue) = 87+22+12=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57160C is #A8E9F3. Grayscale: #282828. Windows color (decimal): -11069940 or 792151. OLE color: 792151.
HSL color Cylindrical-coordinate representation of color #57160C: hue angle of 8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57160C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 12 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.66 |
| HSL | 8º | 0.76% | 0.19% | - |
| HSV(B) | 8º | 0.86% | 0.34% | - |
| XYZ | 4.28 | 2.63 | 0.63 | - |
| YUV | 40.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 12 | 0 | 0.75 | 0.86 | 0.66 | 8 | 0.76 | 0.19 |
| Hex | 57 | 16 | C | 0 | 4B | 56 | 42 | 8 | 4C | 13 |
| Octal | 127 | 26 | 14 | 0 | 113 | 126 | 102 | 10 | 114 | 23 |
| Binary | 1010111 | 10110 | 1100 | 0 | 1001011 | 1010110 | 1000010 | 1000 | 1001100 | 10011 |
Color Harmonies of #57160C
Complementary color
Monochromatic Colors of #57160C
Black with #57160C
Text Example
Text Example
White with #57160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57160C; }
p { color: rgb(87,22,12); }
H1.HeaderClassName
{
color: #57160C;
}
.AnyTagClassName
{
color: #57160C;
}
</style>
background-color css
<style>
a { background-color: #57160C; }
a { background-color: rgb(87,22,12); }
div.DivClassName
{
background-color: #57160C;
}
.BgClassName
{
background-color: #57160C;
}
</style>
border-color css
<style>
span { border-color: #57160C; }
span { border-color: rgb(87,22,12); }
td.TdClassName
{
border-color: #57160C;
}
.TagClassName
{
border-color: #57160C;
}
</style>