Shades of Rustic Red #10060A
Tints of Rustic Red #10060A
RGB
CMYK
RGB Variations
Color information
#10060A (or 0x10060A) is known color: Rustic Red. HEX triplet: 10, 06 and 0A. RGB value is (16,6,10). Sum of RGB (Red+Green+Blue) = 16+6+10=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #10060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060A is #EFF9F5. Grayscale: #090909. Windows color (decimal): -15727094 or 656912. OLE color: 656912.
HSL color Cylindrical-coordinate representation of color #10060A: hue angle of 336º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10060A is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 6 | 10 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.94 |
| HSL | 336º | 0.45% | 0.04% | - |
| HSV(B) | 336º | 0.63% | 0.06% | - |
| XYZ | 0.33 | 0.26 | 0.32 | - |
| YUV | 9.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 10 | 0 | 0.62 | 0.37 | 0.94 | 336 | 0.45 | 0.04 |
| Hex | 10 | 6 | A | 0 | 3E | 25 | 5E | 150 | 2D | 4 |
| Octal | 20 | 6 | 12 | 0 | 76 | 45 | 136 | 520 | 55 | 4 |
| Binary | 10000 | 110 | 1010 | 0 | 111110 | 100101 | 1011110 | 101010000 | 101101 | 100 |
Color Harmonies of #10060A
Complementary color
Monochromatic Colors of #10060A
Black with #10060A
Text Example
Text Example
White with #10060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10060A; }
p { color: rgb(16,6,10); }
H1.HeaderClassName
{
color: #10060A;
}
.AnyTagClassName
{
color: #10060A;
}
</style>
background-color css
<style>
a { background-color: #10060A; }
a { background-color: rgb(16,6,10); }
div.DivClassName
{
background-color: #10060A;
}
.BgClassName
{
background-color: #10060A;
}
</style>
border-color css
<style>
span { border-color: #10060A; }
span { border-color: rgb(16,6,10); }
td.TdClassName
{
border-color: #10060A;
}
.TagClassName
{
border-color: #10060A;
}
</style>