Shades of Rustic Red #16080D
Tints of Rustic Red #16080D
RGB
CMYK
RGB Variations
Color information
#16080D (or 0x16080D) is known color: Rustic Red. HEX triplet: 16, 08 and 0D. RGB value is (22,8,13). Sum of RGB (Red+Green+Blue) = 22+8+13=43 (5% of max value = 765). Red value is 22 (8.98% from 255 or 51.16% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 22 - color contains mainly: red. Hex color #16080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16080D is #E9F7F2. Grayscale: #0C0C0C. Windows color (decimal): -15333363 or 854038. OLE color: 854038.
HSL color Cylindrical-coordinate representation of color #16080D: hue angle of 338.57º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16080D is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 8 | 13 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.91 |
| HSL | 338.57º | 0.47% | 0.06% | - |
| HSV(B) | 338.57º | 0.64% | 0.09% | - |
| XYZ | 0.49 | 0.37 | 0.43 | - |
| YUV | 12.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 13 | 0 | 0.64 | 0.41 | 0.91 | 338.57 | 0.47 | 0.06 |
| Hex | 16 | 8 | D | 0 | 40 | 29 | 5B | 153 | 2F | 6 |
| Octal | 26 | 10 | 15 | 0 | 100 | 51 | 133 | 523 | 57 | 6 |
| Binary | 10110 | 1000 | 1101 | 0 | 1000000 | 101001 | 1011011 | 101010011 | 101111 | 110 |
Color Harmonies of #16080D
Complementary color
Monochromatic Colors of #16080D
Black with #16080D
Text Example
Text Example
White with #16080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16080D; }
p { color: rgb(22,8,13); }
H1.HeaderClassName
{
color: #16080D;
}
.AnyTagClassName
{
color: #16080D;
}
</style>
background-color css
<style>
a { background-color: #16080D; }
a { background-color: rgb(22,8,13); }
div.DivClassName
{
background-color: #16080D;
}
.BgClassName
{
background-color: #16080D;
}
</style>
border-color css
<style>
span { border-color: #16080D; }
span { border-color: rgb(22,8,13); }
td.TdClassName
{
border-color: #16080D;
}
.TagClassName
{
border-color: #16080D;
}
</style>