Shades of Red Oxide #57150B
Tints of Red Oxide #57150B
RGB
CMYK
RGB Variations
Color information
#57150B (or 0x57150B) is known color: Red Oxide. HEX triplet: 57, 15 and 0B. RGB value is (87,21,11). Sum of RGB (Red+Green+Blue) = 87+21+11=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57150B is #A8EAF4. Grayscale: #272727. Windows color (decimal): -11070197 or 726359. OLE color: 726359.
HSL color Cylindrical-coordinate representation of color #57150B: hue angle of 7.89º 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 #57150B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 11 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.66 |
| HSL | 7.89º | 0.78% | 0.19% | - |
| HSV(B) | 7.89º | 0.87% | 0.34% | - |
| XYZ | 4.26 | 2.59 | 0.59 | - |
| YUV | 39.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 11 | 0 | 0.76 | 0.87 | 0.66 | 7.89 | 0.78 | 0.19 |
| Hex | 57 | 15 | B | 0 | 4C | 57 | 42 | 8 | 4E | 13 |
| Octal | 127 | 25 | 13 | 0 | 114 | 127 | 102 | 10 | 116 | 23 |
| Binary | 1010111 | 10101 | 1011 | 0 | 1001100 | 1010111 | 1000010 | 1000 | 1001110 | 10011 |
Color Harmonies of #57150B
Complementary color
Monochromatic Colors of #57150B
Black with #57150B
Text Example
Text Example
White with #57150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57150B; }
p { color: rgb(87,21,11); }
H1.HeaderClassName
{
color: #57150B;
}
.AnyTagClassName
{
color: #57150B;
}
</style>
background-color css
<style>
a { background-color: #57150B; }
a { background-color: rgb(87,21,11); }
div.DivClassName
{
background-color: #57150B;
}
.BgClassName
{
background-color: #57150B;
}
</style>
border-color css
<style>
span { border-color: #57150B; }
span { border-color: rgb(87,21,11); }
td.TdClassName
{
border-color: #57150B;
}
.TagClassName
{
border-color: #57150B;
}
</style>