Shades of Rustic Red #16010A
Tints of Rustic Red #16010A
RGB
CMYK
RGB Variations
Color information
#16010A (or 0x16010A) is known color: Rustic Red. HEX triplet: 16, 01 and 0A. RGB value is (22,1,10). Sum of RGB (Red+Green+Blue) = 22+1+10=33 (4% of max value = 765). Red value is 22 (8.98% from 255 or 66.67% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 22 - color contains mainly: red. Hex color #16010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16010A is #E9FEF5. Grayscale: #080808. Windows color (decimal): -15335158 or 655638. OLE color: 655638.
HSL color Cylindrical-coordinate representation of color #16010A: hue angle of 334.29º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16010A is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 1 | 10 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.91 |
| HSL | 334.29º | 0.91% | 0.05% | - |
| HSV(B) | 334.29º | 0.95% | 0.09% | - |
| XYZ | 0.4 | 0.21 | 0.31 | - |
| YUV | 8.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 10 | 0 | 0.95 | 0.55 | 0.91 | 334.29 | 0.91 | 0.05 |
| Hex | 16 | 1 | A | 0 | 5F | 37 | 5B | 14E | 5B | 5 |
| Octal | 26 | 1 | 12 | 0 | 137 | 67 | 133 | 516 | 133 | 5 |
| Binary | 10110 | 1 | 1010 | 0 | 1011111 | 110111 | 1011011 | 101001110 | 1011011 | 101 |
Color Harmonies of #16010A
Complementary color
Monochromatic Colors of #16010A
Black with #16010A
Text Example
Text Example
White with #16010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16010A; }
p { color: rgb(22,1,10); }
H1.HeaderClassName
{
color: #16010A;
}
.AnyTagClassName
{
color: #16010A;
}
</style>
background-color css
<style>
a { background-color: #16010A; }
a { background-color: rgb(22,1,10); }
div.DivClassName
{
background-color: #16010A;
}
.BgClassName
{
background-color: #16010A;
}
</style>
border-color css
<style>
span { border-color: #16010A; }
span { border-color: rgb(22,1,10); }
td.TdClassName
{
border-color: #16010A;
}
.TagClassName
{
border-color: #16010A;
}
</style>