Shades of Rustic Red #16010B
Tints of Rustic Red #16010B
RGB
CMYK
RGB Variations
Color information
#16010B (or 0x16010B) is known color: Rustic Red. HEX triplet: 16, 01 and 0B. RGB value is (22,1,11). Sum of RGB (Red+Green+Blue) = 22+1+11=34 (4% of max value = 765). Red value is 22 (8.98% from 255 or 64.71% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 22 - color contains mainly: red. Hex color #16010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16010B is #E9FEF4. Grayscale: #080808. Windows color (decimal): -15335157 or 721174. OLE color: 721174.
HSL color Cylindrical-coordinate representation of color #16010B: hue angle of 331.43º 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 #16010B is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 1 | 11 | - |
| CMYK | 0 | 0.95 | 0.5 | 0.91 |
| HSL | 331.43º | 0.91% | 0.05% | - |
| HSV(B) | 331.43º | 0.95% | 0.09% | - |
| XYZ | 0.4 | 0.22 | 0.34 | - |
| YUV | 8.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 11 | 0 | 0.95 | 0.5 | 0.91 | 331.43 | 0.91 | 0.05 |
| Hex | 16 | 1 | B | 0 | 5F | 32 | 5B | 14B | 5B | 5 |
| Octal | 26 | 1 | 13 | 0 | 137 | 62 | 133 | 513 | 133 | 5 |
| Binary | 10110 | 1 | 1011 | 0 | 1011111 | 110010 | 1011011 | 101001011 | 1011011 | 101 |
Color Harmonies of #16010B
Complementary color
Monochromatic Colors of #16010B
Black with #16010B
Text Example
Text Example
White with #16010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16010B; }
p { color: rgb(22,1,11); }
H1.HeaderClassName
{
color: #16010B;
}
.AnyTagClassName
{
color: #16010B;
}
</style>
background-color css
<style>
a { background-color: #16010B; }
a { background-color: rgb(22,1,11); }
div.DivClassName
{
background-color: #16010B;
}
.BgClassName
{
background-color: #16010B;
}
</style>
border-color css
<style>
span { border-color: #16010B; }
span { border-color: rgb(22,1,11); }
td.TdClassName
{
border-color: #16010B;
}
.TagClassName
{
border-color: #16010B;
}
</style>