Shades of Red Oxide #560702
Tints of Red Oxide #560702
RGB
CMYK
RGB Variations
Color information
#560702 (or 0x560702) is known color: Red Oxide. HEX triplet: 56, 07 and 02. RGB value is (86,7,2). Sum of RGB (Red+Green+Blue) = 86+7+2=95 (12% of max value = 765). Red value is 86 (33.98% from 255 or 90.53% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 86 - color contains mainly: red. Hex color #560702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560702 is #A9F8FD. Grayscale: #1E1E1E. Windows color (decimal): -11139326 or 132950. OLE color: 132950.
HSL color Cylindrical-coordinate representation of color #560702: hue angle of 3.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560702 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 2 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.66 |
| HSL | 3.57º | 0.95% | 0.17% | - |
| HSV(B) | 3.57º | 0.98% | 0.34% | - |
| XYZ | 3.92 | 2.13 | 0.26 | - |
| YUV | 30.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 2 | 0 | 0.92 | 0.98 | 0.66 | 3.57 | 0.95 | 0.17 |
| Hex | 56 | 7 | 2 | 0 | 5C | 62 | 42 | 4 | 5F | 11 |
| Octal | 126 | 7 | 2 | 0 | 134 | 142 | 102 | 4 | 137 | 21 |
| Binary | 1010110 | 111 | 10 | 0 | 1011100 | 1100010 | 1000010 | 100 | 1011111 | 10001 |
Color Harmonies of #560702
Complementary color
Monochromatic Colors of #560702
Black with #560702
Text Example
Text Example
White with #560702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560702; }
p { color: rgb(86,7,2); }
H1.HeaderClassName
{
color: #560702;
}
.AnyTagClassName
{
color: #560702;
}
</style>
background-color css
<style>
a { background-color: #560702; }
a { background-color: rgb(86,7,2); }
div.DivClassName
{
background-color: #560702;
}
.BgClassName
{
background-color: #560702;
}
</style>
border-color css
<style>
span { border-color: #560702; }
span { border-color: rgb(86,7,2); }
td.TdClassName
{
border-color: #560702;
}
.TagClassName
{
border-color: #560702;
}
</style>