Shades of Rustic Red #16000A
Tints of Rustic Red #16000A
RGB
CMYK
RGB Variations
Color information
#16000A (or 0x16000A) is known color: Rustic Red. HEX triplet: 16, 00 and 0A. RGB value is (22,0,10). Sum of RGB (Red+Green+Blue) = 22+0+10=32 (4% of max value = 765). Red value is 22 (8.98% from 255 or 68.75% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 22 - color contains mainly: red. Hex color #16000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16000A is #E9FFF5. Grayscale: #070707. Windows color (decimal): -15335414 or 655382. OLE color: 655382.
HSL color Cylindrical-coordinate representation of color #16000A: hue angle of 332.73º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16000A is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.55 | 0.91 |
| HSL | 332.73º | 1% | 0.04% | - |
| HSV(B) | 332.73º | 1% | 0.09% | - |
| XYZ | 0.39 | 0.19 | 0.3 | - |
| YUV | 7.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 10 | 0 | 1 | 0.55 | 0.91 | 332.73 | 1 | 0.04 |
| Hex | 16 | 0 | A | 0 | 64 | 37 | 5B | 14D | 64 | 4 |
| Octal | 26 | 0 | 12 | 0 | 144 | 67 | 133 | 515 | 144 | 4 |
| Binary | 10110 | 0 | 1010 | 0 | 1100100 | 110111 | 1011011 | 101001101 | 1100100 | 100 |
Color Harmonies of #16000A
Complementary color
Monochromatic Colors of #16000A
Black with #16000A
Text Example
Text Example
White with #16000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16000A; }
p { color: rgb(22,0,10); }
H1.HeaderClassName
{
color: #16000A;
}
.AnyTagClassName
{
color: #16000A;
}
</style>
background-color css
<style>
a { background-color: #16000A; }
a { background-color: rgb(22,0,10); }
div.DivClassName
{
background-color: #16000A;
}
.BgClassName
{
background-color: #16000A;
}
</style>
border-color css
<style>
span { border-color: #16000A; }
span { border-color: rgb(22,0,10); }
td.TdClassName
{
border-color: #16000A;
}
.TagClassName
{
border-color: #16000A;
}
</style>