Shades of Red Oxide #560A04
Tints of Red Oxide #560A04
RGB
CMYK
RGB Variations
Color information
#560A04 (or 0x560A04) is known color: Red Oxide. HEX triplet: 56, 0A and 04. RGB value is (86,10,4). Sum of RGB (Red+Green+Blue) = 86+10+4=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #560A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A04 is #A9F5FB. Grayscale: #202020. Windows color (decimal): -11138556 or 264790. OLE color: 264790.
HSL color Cylindrical-coordinate representation of color #560A04: hue angle of 4.39º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560A04 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 4 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.66 |
| HSL | 4.39º | 0.91% | 0.18% | - |
| HSV(B) | 4.39º | 0.95% | 0.34% | - |
| XYZ | 3.97 | 2.2 | 0.33 | - |
| YUV | 32.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 4 | 0 | 0.88 | 0.95 | 0.66 | 4.39 | 0.91 | 0.18 |
| Hex | 56 | A | 4 | 0 | 58 | 5F | 42 | 4 | 5B | 12 |
| Octal | 126 | 12 | 4 | 0 | 130 | 137 | 102 | 4 | 133 | 22 |
| Binary | 1010110 | 1010 | 100 | 0 | 1011000 | 1011111 | 1000010 | 100 | 1011011 | 10010 |
Color Harmonies of #560A04
Complementary color
Monochromatic Colors of #560A04
Black with #560A04
Text Example
Text Example
White with #560A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A04; }
p { color: rgb(86,10,4); }
H1.HeaderClassName
{
color: #560A04;
}
.AnyTagClassName
{
color: #560A04;
}
</style>
background-color css
<style>
a { background-color: #560A04; }
a { background-color: rgb(86,10,4); }
div.DivClassName
{
background-color: #560A04;
}
.BgClassName
{
background-color: #560A04;
}
</style>
border-color css
<style>
span { border-color: #560A04; }
span { border-color: rgb(86,10,4); }
td.TdClassName
{
border-color: #560A04;
}
.TagClassName
{
border-color: #560A04;
}
</style>