Shades of Rustic Red #0A0406
Tints of Rustic Red #0A0406
RGB
CMYK
RGB Variations
Color information
#0A0406 (or 0x0A0406) is known color: Rustic Red. HEX triplet: 0A, 04 and 06. RGB value is (10,4,6). Sum of RGB (Red+Green+Blue) = 10+4+6=20 (2% of max value = 765). Red value is 10 (4.30% from 255 or 50% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0406 is #F5FBF9. Grayscale: #060606. Windows color (decimal): -16120826 or 394250. OLE color: 394250.
HSL color Cylindrical-coordinate representation of color #0A0406: hue angle of 340º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A0406 is Cyan = 0, Magento = 0.6, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 4 | 6 | - |
| CMYK | 0 | 0.6 | 0.4 | 0.96 |
| HSL | 340º | 0.43% | 0.03% | - |
| HSV(B) | 340º | 0.6% | 0.04% | - |
| XYZ | 0.2 | 0.16 | 0.19 | - |
| YUV | 6.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 6 | 0 | 0.6 | 0.4 | 0.96 | 340 | 0.43 | 0.03 |
| Hex | A | 4 | 6 | 0 | 3C | 28 | 60 | 154 | 2B | 3 |
| Octal | 12 | 4 | 6 | 0 | 74 | 50 | 140 | 524 | 53 | 3 |
| Binary | 1010 | 100 | 110 | 0 | 111100 | 101000 | 1100000 | 101010100 | 101011 | 11 |
Color Harmonies of #0A0406
Complementary color
Monochromatic Colors of #0A0406
Black with #0A0406
Text Example
Text Example
White with #0A0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0406; }
p { color: rgb(10,4,6); }
H1.HeaderClassName
{
color: #0A0406;
}
.AnyTagClassName
{
color: #0A0406;
}
</style>
background-color css
<style>
a { background-color: #0A0406; }
a { background-color: rgb(10,4,6); }
div.DivClassName
{
background-color: #0A0406;
}
.BgClassName
{
background-color: #0A0406;
}
</style>
border-color css
<style>
span { border-color: #0A0406; }
span { border-color: rgb(10,4,6); }
td.TdClassName
{
border-color: #0A0406;
}
.TagClassName
{
border-color: #0A0406;
}
</style>