Shades of Rustic Red #16040D
Tints of Rustic Red #16040D
RGB
CMYK
RGB Variations
Color information
#16040D (or 0x16040D) is known color: Rustic Red. HEX triplet: 16, 04 and 0D. RGB value is (22,4,13). Sum of RGB (Red+Green+Blue) = 22+4+13=39 (5% of max value = 765). Red value is 22 (8.98% from 255 or 56.41% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 22 - color contains mainly: red. Hex color #16040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16040D is #E9FBF2. Grayscale: #0A0A0A. Windows color (decimal): -15334387 or 853014. OLE color: 853014.
HSL color Cylindrical-coordinate representation of color #16040D: hue angle of 330º 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 #16040D is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 4 | 13 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.91 |
| HSL | 330º | 0.69% | 0.05% | - |
| HSV(B) | 330º | 0.82% | 0.09% | - |
| XYZ | 0.45 | 0.29 | 0.41 | - |
| YUV | 10.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 13 | 0 | 0.82 | 0.41 | 0.91 | 330 | 0.69 | 0.05 |
| Hex | 16 | 4 | D | 0 | 52 | 29 | 5B | 14A | 45 | 5 |
| Octal | 26 | 4 | 15 | 0 | 122 | 51 | 133 | 512 | 105 | 5 |
| Binary | 10110 | 100 | 1101 | 0 | 1010010 | 101001 | 1011011 | 101001010 | 1000101 | 101 |
Color Harmonies of #16040D
Complementary color
Monochromatic Colors of #16040D
Black with #16040D
Text Example
Text Example
White with #16040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16040D; }
p { color: rgb(22,4,13); }
H1.HeaderClassName
{
color: #16040D;
}
.AnyTagClassName
{
color: #16040D;
}
</style>
background-color css
<style>
a { background-color: #16040D; }
a { background-color: rgb(22,4,13); }
div.DivClassName
{
background-color: #16040D;
}
.BgClassName
{
background-color: #16040D;
}
</style>
border-color css
<style>
span { border-color: #16040D; }
span { border-color: rgb(22,4,13); }
td.TdClassName
{
border-color: #16040D;
}
.TagClassName
{
border-color: #16040D;
}
</style>