Shades of Rustic Red #0A0006
Tints of Rustic Red #0A0006
RGB
CMYK
RGB Variations
Color information
#0A0006 (or 0x0A0006) is known color: Rustic Red. HEX triplet: 0A, 00 and 06. RGB value is (10,0,6). Sum of RGB (Red+Green+Blue) = 10+0+6=16 (2% of max value = 765). Red value is 10 (4.30% from 255 or 62.5% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0006 is #F5FFF9. Grayscale: #030303. Windows color (decimal): -16121850 or 393226. OLE color: 393226.
HSL color Cylindrical-coordinate representation of color #0A0006: hue angle of 324º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0006 is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.4 | 0.96 |
| HSL | 324º | 1% | 0.02% | - |
| HSV(B) | 324º | 1% | 0.04% | - |
| XYZ | 0.16 | 0.08 | 0.18 | - |
| YUV | 3.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 6 | 0 | 1 | 0.4 | 0.96 | 324 | 1 | 0.02 |
| Hex | A | 0 | 6 | 0 | 64 | 28 | 60 | 144 | 64 | 2 |
| Octal | 12 | 0 | 6 | 0 | 144 | 50 | 140 | 504 | 144 | 2 |
| Binary | 1010 | 0 | 110 | 0 | 1100100 | 101000 | 1100000 | 101000100 | 1100100 | 10 |
Color Harmonies of #0A0006
Complementary color
Monochromatic Colors of #0A0006
Black with #0A0006
Text Example
Text Example
White with #0A0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0006; }
p { color: rgb(10,0,6); }
H1.HeaderClassName
{
color: #0A0006;
}
.AnyTagClassName
{
color: #0A0006;
}
</style>
background-color css
<style>
a { background-color: #0A0006; }
a { background-color: rgb(10,0,6); }
div.DivClassName
{
background-color: #0A0006;
}
.BgClassName
{
background-color: #0A0006;
}
</style>
border-color css
<style>
span { border-color: #0A0006; }
span { border-color: rgb(10,0,6); }
td.TdClassName
{
border-color: #0A0006;
}
.TagClassName
{
border-color: #0A0006;
}
</style>