Shades of Rustic Red #560102
Tints of Rustic Red #560102
RGB
CMYK
RGB Variations
Color information
#560102 (or 0x560102) is known color: Rustic Red. HEX triplet: 56, 01 and 02. RGB value is (86,1,2). Sum of RGB (Red+Green+Blue) = 86+1+2=89 (11% of max value = 765). Red value is 86 (33.98% from 255 or 96.63% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 86 - color contains mainly: red. Hex color #560102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560102 is #A9FEFD. Grayscale: #1A1A1A. Windows color (decimal): -11140862 or 131414. OLE color: 131414.
HSL color Cylindrical-coordinate representation of color #560102: hue angle of 359.29º 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 #560102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.66 |
| HSL | 359.29º | 0.98% | 0.17% | - |
| HSV(B) | 359.29º | 0.99% | 0.34% | - |
| XYZ | 3.86 | 2 | 0.24 | - |
| YUV | 26.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 2 | 0 | 0.99 | 0.98 | 0.66 | 359.29 | 0.98 | 0.17 |
| Hex | 56 | 1 | 2 | 0 | 63 | 62 | 42 | 167 | 62 | 11 |
| Octal | 126 | 1 | 2 | 0 | 143 | 142 | 102 | 547 | 142 | 21 |
| Binary | 1010110 | 1 | 10 | 0 | 1100011 | 1100010 | 1000010 | 101100111 | 1100010 | 10001 |
Color Harmonies of #560102
Complementary color
Monochromatic Colors of #560102
Black with #560102
Text Example
Text Example
White with #560102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560102; }
p { color: rgb(86,1,2); }
H1.HeaderClassName
{
color: #560102;
}
.AnyTagClassName
{
color: #560102;
}
</style>
background-color css
<style>
a { background-color: #560102; }
a { background-color: rgb(86,1,2); }
div.DivClassName
{
background-color: #560102;
}
.BgClassName
{
background-color: #560102;
}
</style>
border-color css
<style>
span { border-color: #560102; }
span { border-color: rgb(86,1,2); }
td.TdClassName
{
border-color: #560102;
}
.TagClassName
{
border-color: #560102;
}
</style>