Shades of Rustic Red #170B11
Tints of Rustic Red #170B11
RGB
CMYK
RGB Variations
Color information
#170B11 (or 0x170B11) is known color: Rustic Red. HEX triplet: 17, 0B and 11. RGB value is (23,11,17). Sum of RGB (Red+Green+Blue) = 23+11+17=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B11 is #E8F4EE. Grayscale: #0F0F0F. Windows color (decimal): -15267055 or 1116951. OLE color: 1116951.
HSL color Cylindrical-coordinate representation of color #170B11: hue angle of 330º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #170B11 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 11 | 17 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.91 |
| HSL | 330º | 0.35% | 0.07% | - |
| HSV(B) | 330º | 0.52% | 0.09% | - |
| XYZ | 0.57 | 0.46 | 0.59 | - |
| YUV | 15.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 17 | 0 | 0.52 | 0.26 | 0.91 | 330 | 0.35 | 0.07 |
| Hex | 17 | B | 11 | 0 | 34 | 1A | 5B | 14A | 23 | 7 |
| Octal | 27 | 13 | 21 | 0 | 64 | 32 | 133 | 512 | 43 | 7 |
| Binary | 10111 | 1011 | 10001 | 0 | 110100 | 11010 | 1011011 | 101001010 | 100011 | 111 |
Color Harmonies of #170B11
Complementary color
Monochromatic Colors of #170B11
Black with #170B11
Text Example
Text Example
White with #170B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B11; }
p { color: rgb(23,11,17); }
H1.HeaderClassName
{
color: #170B11;
}
.AnyTagClassName
{
color: #170B11;
}
</style>
background-color css
<style>
a { background-color: #170B11; }
a { background-color: rgb(23,11,17); }
div.DivClassName
{
background-color: #170B11;
}
.BgClassName
{
background-color: #170B11;
}
</style>
border-color css
<style>
span { border-color: #170B11; }
span { border-color: rgb(23,11,17); }
td.TdClassName
{
border-color: #170B11;
}
.TagClassName
{
border-color: #170B11;
}
</style>