Shades of Rustic Red #17080F
Tints of Rustic Red #17080F
RGB
CMYK
RGB Variations
Color information
#17080F (or 0x17080F) is known color: Rustic Red. HEX triplet: 17, 08 and 0F. RGB value is (23,8,15). Sum of RGB (Red+Green+Blue) = 23+8+15=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #17080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080F is #E8F7F0. Grayscale: #0D0D0D. Windows color (decimal): -15267825 or 985111. OLE color: 985111.
HSL color Cylindrical-coordinate representation of color #17080F: hue angle of 332º 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 #17080F is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 8 | 15 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.91 |
| HSL | 332º | 0.48% | 0.06% | - |
| HSV(B) | 332º | 0.65% | 0.09% | - |
| XYZ | 0.53 | 0.39 | 0.5 | - |
| YUV | 13.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 15 | 0 | 0.65 | 0.35 | 0.91 | 332 | 0.48 | 0.06 |
| Hex | 17 | 8 | F | 0 | 41 | 23 | 5B | 14C | 30 | 6 |
| Octal | 27 | 10 | 17 | 0 | 101 | 43 | 133 | 514 | 60 | 6 |
| Binary | 10111 | 1000 | 1111 | 0 | 1000001 | 100011 | 1011011 | 101001100 | 110000 | 110 |
Color Harmonies of #17080F
Complementary color
Monochromatic Colors of #17080F
Black with #17080F
Text Example
Text Example
White with #17080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17080F; }
p { color: rgb(23,8,15); }
H1.HeaderClassName
{
color: #17080F;
}
.AnyTagClassName
{
color: #17080F;
}
</style>
background-color css
<style>
a { background-color: #17080F; }
a { background-color: rgb(23,8,15); }
div.DivClassName
{
background-color: #17080F;
}
.BgClassName
{
background-color: #17080F;
}
</style>
border-color css
<style>
span { border-color: #17080F; }
span { border-color: rgb(23,8,15); }
td.TdClassName
{
border-color: #17080F;
}
.TagClassName
{
border-color: #17080F;
}
</style>