Shades of Red Oxide #57120F
Tints of Red Oxide #57120F
RGB
CMYK
RGB Variations
Color information
#57120F (or 0x57120F) is known color: Red Oxide. HEX triplet: 57, 12 and 0F. RGB value is (87,18,15). Sum of RGB (Red+Green+Blue) = 87+18+15=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57120F is #A8EDF0. Grayscale: #262626. Windows color (decimal): -11070961 or 987735. OLE color: 987735.
HSL color Cylindrical-coordinate representation of color #57120F: hue angle of 2.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57120F is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 15 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.66 |
| HSL | 2.5º | 0.71% | 0.2% | - |
| HSV(B) | 2.5º | 0.83% | 0.34% | - |
| XYZ | 4.23 | 2.49 | 0.71 | - |
| YUV | 38.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 15 | 0 | 0.79 | 0.83 | 0.66 | 2.5 | 0.71 | 0.2 |
| Hex | 57 | 12 | F | 0 | 4F | 53 | 42 | 2 | 47 | 14 |
| Octal | 127 | 22 | 17 | 0 | 117 | 123 | 102 | 2 | 107 | 24 |
| Binary | 1010111 | 10010 | 1111 | 0 | 1001111 | 1010011 | 1000010 | 10 | 1000111 | 10100 |
Color Harmonies of #57120F
Complementary color
Monochromatic Colors of #57120F
Black with #57120F
Text Example
Text Example
White with #57120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57120F; }
p { color: rgb(87,18,15); }
H1.HeaderClassName
{
color: #57120F;
}
.AnyTagClassName
{
color: #57120F;
}
</style>
background-color css
<style>
a { background-color: #57120F; }
a { background-color: rgb(87,18,15); }
div.DivClassName
{
background-color: #57120F;
}
.BgClassName
{
background-color: #57120F;
}
</style>
border-color css
<style>
span { border-color: #57120F; }
span { border-color: rgb(87,18,15); }
td.TdClassName
{
border-color: #57120F;
}
.TagClassName
{
border-color: #57120F;
}
</style>