Shades of Red Oxide #560502
Tints of Red Oxide #560502
RGB
CMYK
RGB Variations
Color information
#560502 (or 0x560502) is known color: Red Oxide. HEX triplet: 56, 05 and 02. RGB value is (86,5,2). Sum of RGB (Red+Green+Blue) = 86+5+2=93 (12% of max value = 765). Red value is 86 (33.98% from 255 or 92.47% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 86 - color contains mainly: red. Hex color #560502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560502 is #A9FAFD. Grayscale: #1C1C1C. Windows color (decimal): -11139838 or 132438. OLE color: 132438.
HSL color Cylindrical-coordinate representation of color #560502: hue angle of 2.14º 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 #560502 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.66 |
| HSL | 2.14º | 0.95% | 0.17% | - |
| HSV(B) | 2.14º | 0.98% | 0.34% | - |
| XYZ | 3.9 | 2.09 | 0.26 | - |
| YUV | 28.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 2 | 0 | 0.94 | 0.98 | 0.66 | 2.14 | 0.95 | 0.17 |
| Hex | 56 | 5 | 2 | 0 | 5E | 62 | 42 | 2 | 5F | 11 |
| Octal | 126 | 5 | 2 | 0 | 136 | 142 | 102 | 2 | 137 | 21 |
| Binary | 1010110 | 101 | 10 | 0 | 1011110 | 1100010 | 1000010 | 10 | 1011111 | 10001 |
Color Harmonies of #560502
Complementary color
Monochromatic Colors of #560502
Black with #560502
Text Example
Text Example
White with #560502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560502; }
p { color: rgb(86,5,2); }
H1.HeaderClassName
{
color: #560502;
}
.AnyTagClassName
{
color: #560502;
}
</style>
background-color css
<style>
a { background-color: #560502; }
a { background-color: rgb(86,5,2); }
div.DivClassName
{
background-color: #560502;
}
.BgClassName
{
background-color: #560502;
}
</style>
border-color css
<style>
span { border-color: #560502; }
span { border-color: rgb(86,5,2); }
td.TdClassName
{
border-color: #560502;
}
.TagClassName
{
border-color: #560502;
}
</style>