Shades of Red Oxide #560B09
Tints of Red Oxide #560B09
RGB
CMYK
RGB Variations
Color information
#560B09 (or 0x560B09) is known color: Red Oxide. HEX triplet: 56, 0B and 09. RGB value is (86,11,9). Sum of RGB (Red+Green+Blue) = 86+11+9=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #560B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B09 is #A9F4F6. Grayscale: #212121. Windows color (decimal): -11138295 or 592726. OLE color: 592726.
HSL color Cylindrical-coordinate representation of color #560B09: hue angle of 1.56º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560B09 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 9 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.66 |
| HSL | 1.56º | 0.81% | 0.19% | - |
| HSV(B) | 1.56º | 0.9% | 0.34% | - |
| XYZ | 4.01 | 2.24 | 0.48 | - |
| YUV | 33.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 9 | 0 | 0.87 | 0.90 | 0.66 | 1.56 | 0.81 | 0.19 |
| Hex | 56 | B | 9 | 0 | 57 | 5A | 42 | 2 | 51 | 13 |
| Octal | 126 | 13 | 11 | 0 | 127 | 132 | 102 | 2 | 121 | 23 |
| Binary | 1010110 | 1011 | 1001 | 0 | 1010111 | 1011010 | 1000010 | 10 | 1010001 | 10011 |
Color Harmonies of #560B09
Complementary color
Monochromatic Colors of #560B09
Black with #560B09
Text Example
Text Example
White with #560B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B09; }
p { color: rgb(86,11,9); }
H1.HeaderClassName
{
color: #560B09;
}
.AnyTagClassName
{
color: #560B09;
}
</style>
background-color css
<style>
a { background-color: #560B09; }
a { background-color: rgb(86,11,9); }
div.DivClassName
{
background-color: #560B09;
}
.BgClassName
{
background-color: #560B09;
}
</style>
border-color css
<style>
span { border-color: #560B09; }
span { border-color: rgb(86,11,9); }
td.TdClassName
{
border-color: #560B09;
}
.TagClassName
{
border-color: #560B09;
}
</style>