Shades of Red Oxide #561A10
Tints of Red Oxide #561A10
RGB
CMYK
RGB Variations
Color information
#561A10 (or 0x561A10) is known color: Red Oxide. HEX triplet: 56, 1A and 10. RGB value is (86,26,16). Sum of RGB (Red+Green+Blue) = 86+26+16=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A10 is #A9E5EF. Grayscale: #2A2A2A. Windows color (decimal): -11134448 or 1055318. OLE color: 1055318.
HSL color Cylindrical-coordinate representation of color #561A10: hue angle of 8.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561A10 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 16 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.66 |
| HSL | 8.57º | 0.69% | 0.2% | - |
| HSV(B) | 8.57º | 0.81% | 0.34% | - |
| XYZ | 4.3 | 2.75 | 0.8 | - |
| YUV | 42.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 16 | 0 | 0.70 | 0.81 | 0.66 | 8.57 | 0.69 | 0.2 |
| Hex | 56 | 1A | 10 | 0 | 46 | 51 | 42 | 9 | 45 | 14 |
| Octal | 126 | 32 | 20 | 0 | 106 | 121 | 102 | 11 | 105 | 24 |
| Binary | 1010110 | 11010 | 10000 | 0 | 1000110 | 1010001 | 1000010 | 1001 | 1000101 | 10100 |
Color Harmonies of #561A10
Complementary color
Monochromatic Colors of #561A10
Black with #561A10
Text Example
Text Example
White with #561A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A10; }
p { color: rgb(86,26,16); }
H1.HeaderClassName
{
color: #561A10;
}
.AnyTagClassName
{
color: #561A10;
}
</style>
background-color css
<style>
a { background-color: #561A10; }
a { background-color: rgb(86,26,16); }
div.DivClassName
{
background-color: #561A10;
}
.BgClassName
{
background-color: #561A10;
}
</style>
border-color css
<style>
span { border-color: #561A10; }
span { border-color: rgb(86,26,16); }
td.TdClassName
{
border-color: #561A10;
}
.TagClassName
{
border-color: #561A10;
}
</style>