Shades of Red Oxide #560301
Tints of Red Oxide #560301
RGB
CMYK
RGB Variations
Color information
#560301 (or 0x560301) is known color: Red Oxide. HEX triplet: 56, 03 and 01. RGB value is (86,3,1). Sum of RGB (Red+Green+Blue) = 86+3+1=90 (11% of max value = 765). Red value is 86 (33.98% from 255 or 95.56% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 86 - color contains mainly: red. Hex color #560301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560301 is #A9FCFE. Grayscale: #1B1B1B. Windows color (decimal): -11140351 or 66390. OLE color: 66390.
HSL color Cylindrical-coordinate representation of color #560301: hue angle of 1.41º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560301 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 3 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.66 |
| HSL | 1.41º | 0.98% | 0.17% | - |
| HSV(B) | 1.41º | 0.99% | 0.34% | - |
| XYZ | 3.88 | 2.05 | 0.22 | - |
| YUV | 27.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 1 | 0 | 0.97 | 0.99 | 0.66 | 1.41 | 0.98 | 0.17 |
| Hex | 56 | 3 | 1 | 0 | 61 | 63 | 42 | 1 | 62 | 11 |
| Octal | 126 | 3 | 1 | 0 | 141 | 143 | 102 | 1 | 142 | 21 |
| Binary | 1010110 | 11 | 1 | 0 | 1100001 | 1100011 | 1000010 | 1 | 1100010 | 10001 |
Color Harmonies of #560301
Complementary color
Monochromatic Colors of #560301
Black with #560301
Text Example
Text Example
White with #560301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560301; }
p { color: rgb(86,3,1); }
H1.HeaderClassName
{
color: #560301;
}
.AnyTagClassName
{
color: #560301;
}
</style>
background-color css
<style>
a { background-color: #560301; }
a { background-color: rgb(86,3,1); }
div.DivClassName
{
background-color: #560301;
}
.BgClassName
{
background-color: #560301;
}
</style>
border-color css
<style>
span { border-color: #560301; }
span { border-color: rgb(86,3,1); }
td.TdClassName
{
border-color: #560301;
}
.TagClassName
{
border-color: #560301;
}
</style>