Shades of Red Oxide #57110B
Tints of Red Oxide #57110B
RGB
CMYK
RGB Variations
Color information
#57110B (or 0x57110B) is known color: Red Oxide. HEX triplet: 57, 11 and 0B. RGB value is (87,17,11). Sum of RGB (Red+Green+Blue) = 87+17+11=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #57110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57110B is #A8EEF4. Grayscale: #252525. Windows color (decimal): -11071221 or 725335. OLE color: 725335.
HSL color Cylindrical-coordinate representation of color #57110B: hue angle of 4.74º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57110B is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 11 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.66 |
| HSL | 4.74º | 0.78% | 0.19% | - |
| HSV(B) | 4.74º | 0.87% | 0.34% | - |
| XYZ | 4.19 | 2.45 | 0.57 | - |
| YUV | 37.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 11 | 0 | 0.80 | 0.87 | 0.66 | 4.74 | 0.78 | 0.19 |
| Hex | 57 | 11 | B | 0 | 50 | 57 | 42 | 5 | 4E | 13 |
| Octal | 127 | 21 | 13 | 0 | 120 | 127 | 102 | 5 | 116 | 23 |
| Binary | 1010111 | 10001 | 1011 | 0 | 1010000 | 1010111 | 1000010 | 101 | 1001110 | 10011 |
Color Harmonies of #57110B
Complementary color
Monochromatic Colors of #57110B
Black with #57110B
Text Example
Text Example
White with #57110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57110B; }
p { color: rgb(87,17,11); }
H1.HeaderClassName
{
color: #57110B;
}
.AnyTagClassName
{
color: #57110B;
}
</style>
background-color css
<style>
a { background-color: #57110B; }
a { background-color: rgb(87,17,11); }
div.DivClassName
{
background-color: #57110B;
}
.BgClassName
{
background-color: #57110B;
}
</style>
border-color css
<style>
span { border-color: #57110B; }
span { border-color: rgb(87,17,11); }
td.TdClassName
{
border-color: #57110B;
}
.TagClassName
{
border-color: #57110B;
}
</style>