Shades of Red Oxide #57150F
Tints of Red Oxide #57150F
RGB
CMYK
RGB Variations
Color information
#57150F (or 0x57150F) is known color: Red Oxide. HEX triplet: 57, 15 and 0F. RGB value is (87,21,15). Sum of RGB (Red+Green+Blue) = 87+21+15=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #57150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57150F is #A8EAF0. Grayscale: #282828. Windows color (decimal): -11070193 or 988503. OLE color: 988503.
HSL color Cylindrical-coordinate representation of color #57150F: hue angle of 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 #57150F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 15 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.66 |
| HSL | 5º | 0.71% | 0.2% | - |
| HSV(B) | 5º | 0.83% | 0.34% | - |
| XYZ | 4.28 | 2.6 | 0.73 | - |
| YUV | 40.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 15 | 0 | 0.76 | 0.83 | 0.66 | 5 | 0.71 | 0.2 |
| Hex | 57 | 15 | F | 0 | 4C | 53 | 42 | 5 | 47 | 14 |
| Octal | 127 | 25 | 17 | 0 | 114 | 123 | 102 | 5 | 107 | 24 |
| Binary | 1010111 | 10101 | 1111 | 0 | 1001100 | 1010011 | 1000010 | 101 | 1000111 | 10100 |
Color Harmonies of #57150F
Complementary color
Monochromatic Colors of #57150F
Black with #57150F
Text Example
Text Example
White with #57150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57150F; }
p { color: rgb(87,21,15); }
H1.HeaderClassName
{
color: #57150F;
}
.AnyTagClassName
{
color: #57150F;
}
</style>
background-color css
<style>
a { background-color: #57150F; }
a { background-color: rgb(87,21,15); }
div.DivClassName
{
background-color: #57150F;
}
.BgClassName
{
background-color: #57150F;
}
</style>
border-color css
<style>
span { border-color: #57150F; }
span { border-color: rgb(87,21,15); }
td.TdClassName
{
border-color: #57150F;
}
.TagClassName
{
border-color: #57150F;
}
</style>