Shades of Rustic Red #16040B
Tints of Rustic Red #16040B
RGB
CMYK
RGB Variations
Color information
#16040B (or 0x16040B) is known color: Rustic Red. HEX triplet: 16, 04 and 0B. RGB value is (22,4,11). Sum of RGB (Red+Green+Blue) = 22+4+11=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #16040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16040B is #E9FBF4. Grayscale: #0A0A0A. Windows color (decimal): -15334389 or 721942. OLE color: 721942.
HSL color Cylindrical-coordinate representation of color #16040B: hue angle of 336.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16040B is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 4 | 11 | - |
| CMYK | 0 | 0.82 | 0.5 | 0.91 |
| HSL | 336.67º | 0.69% | 0.05% | - |
| HSV(B) | 336.67º | 0.82% | 0.09% | - |
| XYZ | 0.43 | 0.28 | 0.35 | - |
| YUV | 10.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 11 | 0 | 0.82 | 0.5 | 0.91 | 336.67 | 0.69 | 0.05 |
| Hex | 16 | 4 | B | 0 | 52 | 32 | 5B | 151 | 45 | 5 |
| Octal | 26 | 4 | 13 | 0 | 122 | 62 | 133 | 521 | 105 | 5 |
| Binary | 10110 | 100 | 1011 | 0 | 1010010 | 110010 | 1011011 | 101010001 | 1000101 | 101 |
Color Harmonies of #16040B
Complementary color
Monochromatic Colors of #16040B
Black with #16040B
Text Example
Text Example
White with #16040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16040B; }
p { color: rgb(22,4,11); }
H1.HeaderClassName
{
color: #16040B;
}
.AnyTagClassName
{
color: #16040B;
}
</style>
background-color css
<style>
a { background-color: #16040B; }
a { background-color: rgb(22,4,11); }
div.DivClassName
{
background-color: #16040B;
}
.BgClassName
{
background-color: #16040B;
}
</style>
border-color css
<style>
span { border-color: #16040B; }
span { border-color: rgb(22,4,11); }
td.TdClassName
{
border-color: #16040B;
}
.TagClassName
{
border-color: #16040B;
}
</style>