Shades of Rustic Red #160008
Tints of Rustic Red #160008
RGB
CMYK
RGB Variations
Color information
#160008 (or 0x160008) is known color: Rustic Red. HEX triplet: 16, 00 and 08. RGB value is (22,0,8). Sum of RGB (Red+Green+Blue) = 22+0+8=30 (3% of max value = 765). Red value is 22 (8.98% from 255 or 73.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 22 - color contains mainly: red. Hex color #160008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160008 is #E9FFF7. Grayscale: #070707. Windows color (decimal): -15335416 or 524310. OLE color: 524310.
HSL color Cylindrical-coordinate representation of color #160008: hue angle of 338.18º 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 #160008 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.64 | 0.91 |
| HSL | 338.18º | 1% | 0.04% | - |
| HSV(B) | 338.18º | 1% | 0.09% | - |
| XYZ | 0.37 | 0.19 | 0.25 | - |
| YUV | 7.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 8 | 0 | 1 | 0.64 | 0.91 | 338.18 | 1 | 0.04 |
| Hex | 16 | 0 | 8 | 0 | 64 | 40 | 5B | 152 | 64 | 4 |
| Octal | 26 | 0 | 10 | 0 | 144 | 100 | 133 | 522 | 144 | 4 |
| Binary | 10110 | 0 | 1000 | 0 | 1100100 | 1000000 | 1011011 | 101010010 | 1100100 | 100 |
Color Harmonies of #160008
Complementary color
Monochromatic Colors of #160008
Black with #160008
Text Example
Text Example
White with #160008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160008; }
p { color: rgb(22,0,8); }
H1.HeaderClassName
{
color: #160008;
}
.AnyTagClassName
{
color: #160008;
}
</style>
background-color css
<style>
a { background-color: #160008; }
a { background-color: rgb(22,0,8); }
div.DivClassName
{
background-color: #160008;
}
.BgClassName
{
background-color: #160008;
}
</style>
border-color css
<style>
span { border-color: #160008; }
span { border-color: rgb(22,0,8); }
td.TdClassName
{
border-color: #160008;
}
.TagClassName
{
border-color: #160008;
}
</style>