Shades of Red Oxide #57130C
Tints of Red Oxide #57130C
RGB
CMYK
RGB Variations
Color information
#57130C (or 0x57130C) is known color: Red Oxide. HEX triplet: 57, 13 and 0C. RGB value is (87,19,12). Sum of RGB (Red+Green+Blue) = 87+19+12=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57130C is #A8ECF3. Grayscale: #262626. Windows color (decimal): -11070708 or 791383. OLE color: 791383.
HSL color Cylindrical-coordinate representation of color #57130C: hue angle of 5.6º 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 #57130C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 19 | 12 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.66 |
| HSL | 5.6º | 0.76% | 0.19% | - |
| HSV(B) | 5.6º | 0.86% | 0.34% | - |
| XYZ | 4.23 | 2.52 | 0.61 | - |
| YUV | 38.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 12 | 0 | 0.78 | 0.86 | 0.66 | 5.6 | 0.76 | 0.19 |
| Hex | 57 | 13 | C | 0 | 4E | 56 | 42 | 6 | 4C | 13 |
| Octal | 127 | 23 | 14 | 0 | 116 | 126 | 102 | 6 | 114 | 23 |
| Binary | 1010111 | 10011 | 1100 | 0 | 1001110 | 1010110 | 1000010 | 110 | 1001100 | 10011 |
Color Harmonies of #57130C
Complementary color
Monochromatic Colors of #57130C
Black with #57130C
Text Example
Text Example
White with #57130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57130C; }
p { color: rgb(87,19,12); }
H1.HeaderClassName
{
color: #57130C;
}
.AnyTagClassName
{
color: #57130C;
}
</style>
background-color css
<style>
a { background-color: #57130C; }
a { background-color: rgb(87,19,12); }
div.DivClassName
{
background-color: #57130C;
}
.BgClassName
{
background-color: #57130C;
}
</style>
border-color css
<style>
span { border-color: #57130C; }
span { border-color: rgb(87,19,12); }
td.TdClassName
{
border-color: #57130C;
}
.TagClassName
{
border-color: #57130C;
}
</style>