Shades of Rustic Red #17050B
Tints of Rustic Red #17050B
RGB
CMYK
RGB Variations
Color information
#17050B (or 0x17050B) is known color: Rustic Red. HEX triplet: 17, 05 and 0B. RGB value is (23,5,11). Sum of RGB (Red+Green+Blue) = 23+5+11=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #17050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050B is #E8FAF4. Grayscale: #0B0B0B. Windows color (decimal): -15268597 or 722199. OLE color: 722199.
HSL color Cylindrical-coordinate representation of color #17050B: hue angle of 340º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17050B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 5 | 11 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.91 |
| HSL | 340º | 0.64% | 0.05% | - |
| HSV(B) | 340º | 0.78% | 0.09% | - |
| XYZ | 0.47 | 0.31 | 0.35 | - |
| YUV | 11.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 11 | 0 | 0.78 | 0.52 | 0.91 | 340 | 0.64 | 0.05 |
| Hex | 17 | 5 | B | 0 | 4E | 34 | 5B | 154 | 40 | 5 |
| Octal | 27 | 5 | 13 | 0 | 116 | 64 | 133 | 524 | 100 | 5 |
| Binary | 10111 | 101 | 1011 | 0 | 1001110 | 110100 | 1011011 | 101010100 | 1000000 | 101 |
Color Harmonies of #17050B
Complementary color
Monochromatic Colors of #17050B
Black with #17050B
Text Example
Text Example
White with #17050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17050B; }
p { color: rgb(23,5,11); }
H1.HeaderClassName
{
color: #17050B;
}
.AnyTagClassName
{
color: #17050B;
}
</style>
background-color css
<style>
a { background-color: #17050B; }
a { background-color: rgb(23,5,11); }
div.DivClassName
{
background-color: #17050B;
}
.BgClassName
{
background-color: #17050B;
}
</style>
border-color css
<style>
span { border-color: #17050B; }
span { border-color: rgb(23,5,11); }
td.TdClassName
{
border-color: #17050B;
}
.TagClassName
{
border-color: #17050B;
}
</style>