Shades of Rustic Red #0A0106
Tints of Rustic Red #0A0106
RGB
CMYK
RGB Variations
Color information
#0A0106 (or 0x0A0106) is known color: Rustic Red. HEX triplet: 0A, 01 and 06. RGB value is (10,1,6). Sum of RGB (Red+Green+Blue) = 10+1+6=17 (2% of max value = 765). Red value is 10 (4.30% from 255 or 58.82% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0106 is #F5FEF9. Grayscale: #040404. Windows color (decimal): -16121594 or 393482. OLE color: 393482.
HSL color Cylindrical-coordinate representation of color #0A0106: hue angle of 326.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0106 is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 1 | 6 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.96 |
| HSL | 326.67º | 0.82% | 0.02% | - |
| HSV(B) | 326.67º | 0.9% | 0.04% | - |
| XYZ | 0.17 | 0.1 | 0.18 | - |
| YUV | 4.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 6 | 0 | 0.90 | 0.4 | 0.96 | 326.67 | 0.82 | 0.02 |
| Hex | A | 1 | 6 | 0 | 5A | 28 | 60 | 147 | 52 | 2 |
| Octal | 12 | 1 | 6 | 0 | 132 | 50 | 140 | 507 | 122 | 2 |
| Binary | 1010 | 1 | 110 | 0 | 1011010 | 101000 | 1100000 | 101000111 | 1010010 | 10 |
Color Harmonies of #0A0106
Complementary color
Monochromatic Colors of #0A0106
Black with #0A0106
Text Example
Text Example
White with #0A0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0106; }
p { color: rgb(10,1,6); }
H1.HeaderClassName
{
color: #0A0106;
}
.AnyTagClassName
{
color: #0A0106;
}
</style>
background-color css
<style>
a { background-color: #0A0106; }
a { background-color: rgb(10,1,6); }
div.DivClassName
{
background-color: #0A0106;
}
.BgClassName
{
background-color: #0A0106;
}
</style>
border-color css
<style>
span { border-color: #0A0106; }
span { border-color: rgb(10,1,6); }
td.TdClassName
{
border-color: #0A0106;
}
.TagClassName
{
border-color: #0A0106;
}
</style>