Shades of Rustic Red #17080B
Tints of Rustic Red #17080B
RGB
CMYK
RGB Variations
Color information
#17080B (or 0x17080B) is known color: Rustic Red. HEX triplet: 17, 08 and 0B. RGB value is (23,8,11). Sum of RGB (Red+Green+Blue) = 23+8+11=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #17080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080B is #E8F7F4. Grayscale: #0C0C0C. Windows color (decimal): -15267829 or 722967. OLE color: 722967.
HSL color Cylindrical-coordinate representation of color #17080B: hue angle of 348º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17080B is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 8 | 11 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.91 |
| HSL | 348º | 0.48% | 0.06% | - |
| HSV(B) | 348º | 0.65% | 0.09% | - |
| XYZ | 0.5 | 0.38 | 0.36 | - |
| YUV | 12.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 11 | 0 | 0.65 | 0.52 | 0.91 | 348 | 0.48 | 0.06 |
| Hex | 17 | 8 | B | 0 | 41 | 34 | 5B | 15C | 30 | 6 |
| Octal | 27 | 10 | 13 | 0 | 101 | 64 | 133 | 534 | 60 | 6 |
| Binary | 10111 | 1000 | 1011 | 0 | 1000001 | 110100 | 1011011 | 101011100 | 110000 | 110 |
Color Harmonies of #17080B
Complementary color
Monochromatic Colors of #17080B
Black with #17080B
Text Example
Text Example
White with #17080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17080B; }
p { color: rgb(23,8,11); }
H1.HeaderClassName
{
color: #17080B;
}
.AnyTagClassName
{
color: #17080B;
}
</style>
background-color css
<style>
a { background-color: #17080B; }
a { background-color: rgb(23,8,11); }
div.DivClassName
{
background-color: #17080B;
}
.BgClassName
{
background-color: #17080B;
}
</style>
border-color css
<style>
span { border-color: #17080B; }
span { border-color: rgb(23,8,11); }
td.TdClassName
{
border-color: #17080B;
}
.TagClassName
{
border-color: #17080B;
}
</style>