Shades of Red Oxide #56150C
Tints of Red Oxide #56150C
RGB
CMYK
RGB Variations
Color information
#56150C (or 0x56150C) is known color: Red Oxide. HEX triplet: 56, 15 and 0C. RGB value is (86,21,12). Sum of RGB (Red+Green+Blue) = 86+21+12=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56150C is #A9EAF3. Grayscale: #272727. Windows color (decimal): -11135732 or 791894. OLE color: 791894.
HSL color Cylindrical-coordinate representation of color #56150C: hue angle of 7.3º 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 #56150C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 12 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.66 |
| HSL | 7.3º | 0.76% | 0.19% | - |
| HSV(B) | 7.3º | 0.86% | 0.34% | - |
| XYZ | 4.17 | 2.54 | 0.62 | - |
| YUV | 39.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 12 | 0 | 0.76 | 0.86 | 0.66 | 7.3 | 0.76 | 0.19 |
| Hex | 56 | 15 | C | 0 | 4C | 56 | 42 | 7 | 4C | 13 |
| Octal | 126 | 25 | 14 | 0 | 114 | 126 | 102 | 7 | 114 | 23 |
| Binary | 1010110 | 10101 | 1100 | 0 | 1001100 | 1010110 | 1000010 | 111 | 1001100 | 10011 |
Color Harmonies of #56150C
Complementary color
Monochromatic Colors of #56150C
Black with #56150C
Text Example
Text Example
White with #56150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56150C; }
p { color: rgb(86,21,12); }
H1.HeaderClassName
{
color: #56150C;
}
.AnyTagClassName
{
color: #56150C;
}
</style>
background-color css
<style>
a { background-color: #56150C; }
a { background-color: rgb(86,21,12); }
div.DivClassName
{
background-color: #56150C;
}
.BgClassName
{
background-color: #56150C;
}
</style>
border-color css
<style>
span { border-color: #56150C; }
span { border-color: rgb(86,21,12); }
td.TdClassName
{
border-color: #56150C;
}
.TagClassName
{
border-color: #56150C;
}
</style>