Shades of Red Oxide #56150F
Tints of Red Oxide #56150F
RGB
CMYK
RGB Variations
Color information
#56150F (or 0x56150F) is known color: Red Oxide. HEX triplet: 56, 15 and 0F. RGB value is (86,21,15). Sum of RGB (Red+Green+Blue) = 86+21+15=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #56150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56150F is #A9EAF0. Grayscale: #272727. Windows color (decimal): -11135729 or 988502. OLE color: 988502.
HSL color Cylindrical-coordinate representation of color #56150F: hue angle of 5.07º degrees, saturation: 0.7, 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 #56150F is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 15 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.66 |
| HSL | 5.07º | 0.7% | 0.2% | - |
| HSV(B) | 5.07º | 0.83% | 0.34% | - |
| XYZ | 4.19 | 2.55 | 0.72 | - |
| YUV | 39.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 15 | 0 | 0.76 | 0.83 | 0.66 | 5.07 | 0.7 | 0.2 |
| Hex | 56 | 15 | F | 0 | 4C | 53 | 42 | 5 | 46 | 14 |
| Octal | 126 | 25 | 17 | 0 | 114 | 123 | 102 | 5 | 106 | 24 |
| Binary | 1010110 | 10101 | 1111 | 0 | 1001100 | 1010011 | 1000010 | 101 | 1000110 | 10100 |
Color Harmonies of #56150F
Complementary color
Monochromatic Colors of #56150F
Black with #56150F
Text Example
Text Example
White with #56150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56150F; }
p { color: rgb(86,21,15); }
H1.HeaderClassName
{
color: #56150F;
}
.AnyTagClassName
{
color: #56150F;
}
</style>
background-color css
<style>
a { background-color: #56150F; }
a { background-color: rgb(86,21,15); }
div.DivClassName
{
background-color: #56150F;
}
.BgClassName
{
background-color: #56150F;
}
</style>
border-color css
<style>
span { border-color: #56150F; }
span { border-color: rgb(86,21,15); }
td.TdClassName
{
border-color: #56150F;
}
.TagClassName
{
border-color: #56150F;
}
</style>