Shades of Red Oxide #560400
Tints of Red Oxide #560400
RGB
CMYK
RGB Variations
Color information
#560400 (or 0x560400) is known color: Red Oxide. HEX triplet: 56, 04 and 00. RGB value is (86,4,0). Sum of RGB (Red+Green+Blue) = 86+4+0=90 (11% of max value = 765). Red value is 86 (33.98% from 255 or 95.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 86 - color contains mainly: red. Hex color #560400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560400 is #A9FBFF. Grayscale: #1C1C1C. Windows color (decimal): -11140096 or 1110. OLE color: 1110.
HSL color Cylindrical-coordinate representation of color #560400: hue angle of 2.79º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560400 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.66 |
| HSL | 2.79º | 1% | 0.17% | - |
| HSV(B) | 2.79º | 1% | 0.34% | - |
| XYZ | 3.88 | 2.07 | 0.19 | - |
| YUV | 28.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 0 | 0 | 0.95 | 1 | 0.66 | 2.79 | 1 | 0.17 |
| Hex | 56 | 4 | 0 | 0 | 5F | 64 | 42 | 3 | 64 | 11 |
| Octal | 126 | 4 | 0 | 0 | 137 | 144 | 102 | 3 | 144 | 21 |
| Binary | 1010110 | 100 | 0 | 0 | 1011111 | 1100100 | 1000010 | 11 | 1100100 | 10001 |
Color Harmonies of #560400
Complementary color
Monochromatic Colors of #560400
Black with #560400
Text Example
Text Example
White with #560400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560400; }
p { color: rgb(86,4,0); }
H1.HeaderClassName
{
color: #560400;
}
.AnyTagClassName
{
color: #560400;
}
</style>
background-color css
<style>
a { background-color: #560400; }
a { background-color: rgb(86,4,0); }
div.DivClassName
{
background-color: #560400;
}
.BgClassName
{
background-color: #560400;
}
</style>
border-color css
<style>
span { border-color: #560400; }
span { border-color: rgb(86,4,0); }
td.TdClassName
{
border-color: #560400;
}
.TagClassName
{
border-color: #560400;
}
</style>