Shades of Rustic Red #16050A
Tints of Rustic Red #16050A
RGB
CMYK
RGB Variations
Color information
#16050A (or 0x16050A) is known color: Rustic Red. HEX triplet: 16, 05 and 0A. RGB value is (22,5,10). Sum of RGB (Red+Green+Blue) = 22+5+10=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #16050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16050A is #E9FAF5. Grayscale: #0A0A0A. Windows color (decimal): -15334134 or 656662. OLE color: 656662.
HSL color Cylindrical-coordinate representation of color #16050A: hue angle of 342.35º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16050A is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 5 | 10 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.91 |
| HSL | 342.35º | 0.63% | 0.05% | - |
| HSV(B) | 342.35º | 0.77% | 0.09% | - |
| XYZ | 0.44 | 0.3 | 0.32 | - |
| YUV | 10.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 10 | 0 | 0.77 | 0.55 | 0.91 | 342.35 | 0.63 | 0.05 |
| Hex | 16 | 5 | A | 0 | 4D | 37 | 5B | 156 | 3F | 5 |
| Octal | 26 | 5 | 12 | 0 | 115 | 67 | 133 | 526 | 77 | 5 |
| Binary | 10110 | 101 | 1010 | 0 | 1001101 | 110111 | 1011011 | 101010110 | 111111 | 101 |
Color Harmonies of #16050A
Complementary color
Monochromatic Colors of #16050A
Black with #16050A
Text Example
Text Example
White with #16050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16050A; }
p { color: rgb(22,5,10); }
H1.HeaderClassName
{
color: #16050A;
}
.AnyTagClassName
{
color: #16050A;
}
</style>
background-color css
<style>
a { background-color: #16050A; }
a { background-color: rgb(22,5,10); }
div.DivClassName
{
background-color: #16050A;
}
.BgClassName
{
background-color: #16050A;
}
</style>
border-color css
<style>
span { border-color: #16050A; }
span { border-color: rgb(22,5,10); }
td.TdClassName
{
border-color: #16050A;
}
.TagClassName
{
border-color: #16050A;
}
</style>