Shades of Red Oxide #560B0B
Tints of Red Oxide #560B0B
RGB
CMYK
RGB Variations
Color information
#560B0B (or 0x560B0B) is known color: Red Oxide. HEX triplet: 56, 0B and 0B. RGB value is (86,11,11). Sum of RGB (Red+Green+Blue) = 86+11+11=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B0B is #A9F4F4. Grayscale: #212121. Windows color (decimal): -11138293 or 723798. OLE color: 723798.
HSL color Cylindrical-coordinate representation of color #560B0B: hue angle of 0º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B0B is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 11 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.66 |
| HSL | 0º | 0.77% | 0.19% | - |
| HSV(B) | 0º | 0.87% | 0.34% | - |
| XYZ | 4.02 | 2.24 | 0.54 | - |
| YUV | 33.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 11 | 0 | 0.87 | 0.87 | 0.66 | 0 | 0.77 | 0.19 |
| Hex | 56 | B | B | 0 | 57 | 57 | 42 | 0 | 4D | 13 |
| Octal | 126 | 13 | 13 | 0 | 127 | 127 | 102 | 0 | 115 | 23 |
| Binary | 1010110 | 1011 | 1011 | 0 | 1010111 | 1010111 | 1000010 | 0 | 1001101 | 10011 |
Color Harmonies of #560B0B
Complementary color
Monochromatic Colors of #560B0B
Black with #560B0B
Text Example
Text Example
White with #560B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B0B; }
p { color: rgb(86,11,11); }
H1.HeaderClassName
{
color: #560B0B;
}
.AnyTagClassName
{
color: #560B0B;
}
</style>
background-color css
<style>
a { background-color: #560B0B; }
a { background-color: rgb(86,11,11); }
div.DivClassName
{
background-color: #560B0B;
}
.BgClassName
{
background-color: #560B0B;
}
</style>
border-color css
<style>
span { border-color: #560B0B; }
span { border-color: rgb(86,11,11); }
td.TdClassName
{
border-color: #560B0B;
}
.TagClassName
{
border-color: #560B0B;
}
</style>