Shades of Rustic Red #0A0506
Tints of Rustic Red #0A0506
RGB
CMYK
RGB Variations
Color information
#0A0506 (or 0x0A0506) is known color: Rustic Red. HEX triplet: 0A, 05 and 06. RGB value is (10,5,6). Sum of RGB (Red+Green+Blue) = 10+5+6=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0506 is #F5FAF9. Grayscale: #060606. Windows color (decimal): -16120570 or 394506. OLE color: 394506.
HSL color Cylindrical-coordinate representation of color #0A0506: hue angle of 348º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A0506 is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 5 | 6 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.96 |
| HSL | 348º | 0.33% | 0.03% | - |
| HSV(B) | 348º | 0.5% | 0.04% | - |
| XYZ | 0.21 | 0.19 | 0.2 | - |
| YUV | 6.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 6 | 0 | 0.50 | 0.4 | 0.96 | 348 | 0.33 | 0.03 |
| Hex | A | 5 | 6 | 0 | 32 | 28 | 60 | 15C | 21 | 3 |
| Octal | 12 | 5 | 6 | 0 | 62 | 50 | 140 | 534 | 41 | 3 |
| Binary | 1010 | 101 | 110 | 0 | 110010 | 101000 | 1100000 | 101011100 | 100001 | 11 |
Color Harmonies of #0A0506
Complementary color
Monochromatic Colors of #0A0506
Black with #0A0506
Text Example
Text Example
White with #0A0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0506; }
p { color: rgb(10,5,6); }
H1.HeaderClassName
{
color: #0A0506;
}
.AnyTagClassName
{
color: #0A0506;
}
</style>
background-color css
<style>
a { background-color: #0A0506; }
a { background-color: rgb(10,5,6); }
div.DivClassName
{
background-color: #0A0506;
}
.BgClassName
{
background-color: #0A0506;
}
</style>
border-color css
<style>
span { border-color: #0A0506; }
span { border-color: rgb(10,5,6); }
td.TdClassName
{
border-color: #0A0506;
}
.TagClassName
{
border-color: #0A0506;
}
</style>