Shades of Red Oxide #561602
Tints of Red Oxide #561602
RGB
CMYK
RGB Variations
Color information
#561602 (or 0x561602) is known color: Red Oxide. HEX triplet: 56, 16 and 02. RGB value is (86,22,2). Sum of RGB (Red+Green+Blue) = 86+22+2=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #561602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561602 is #A9E9FD. Grayscale: #272727. Windows color (decimal): -11135486 or 136790. OLE color: 136790.
HSL color Cylindrical-coordinate representation of color #561602: hue angle of 14.29º 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 #561602 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.66 |
| HSL | 14.29º | 0.95% | 0.17% | - |
| HSV(B) | 14.29º | 0.98% | 0.34% | - |
| XYZ | 4.14 | 2.56 | 0.33 | - |
| YUV | 38.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 2 | 0 | 0.74 | 0.98 | 0.66 | 14.29 | 0.95 | 0.17 |
| Hex | 56 | 16 | 2 | 0 | 4A | 62 | 42 | E | 5F | 11 |
| Octal | 126 | 26 | 2 | 0 | 112 | 142 | 102 | 16 | 137 | 21 |
| Binary | 1010110 | 10110 | 10 | 0 | 1001010 | 1100010 | 1000010 | 1110 | 1011111 | 10001 |
Color Harmonies of #561602
Complementary color
Monochromatic Colors of #561602
Black with #561602
Text Example
Text Example
White with #561602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561602; }
p { color: rgb(86,22,2); }
H1.HeaderClassName
{
color: #561602;
}
.AnyTagClassName
{
color: #561602;
}
</style>
background-color css
<style>
a { background-color: #561602; }
a { background-color: rgb(86,22,2); }
div.DivClassName
{
background-color: #561602;
}
.BgClassName
{
background-color: #561602;
}
</style>
border-color css
<style>
span { border-color: #561602; }
span { border-color: rgb(86,22,2); }
td.TdClassName
{
border-color: #561602;
}
.TagClassName
{
border-color: #561602;
}
</style>