Shades of Rustic Red #171415
Tints of Rustic Red #171415
RGB
CMYK
RGB Variations
Color information
#171415 (or 0x171415) is known color: Rustic Red. HEX triplet: 17, 14 and 15. RGB value is (23,20,21). Sum of RGB (Red+Green+Blue) = 23+20+21=64 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.94% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 23 - color contains mainly: red. Hex color #171415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171415 is #E8EBEA. Grayscale: #151515. Windows color (decimal): -15264747 or 1381399. OLE color: 1381399.
HSL color Cylindrical-coordinate representation of color #171415: hue angle of 340º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #171415 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 20 | 21 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.91 |
| HSL | 340º | 0.07% | 0.08% | - |
| HSV(B) | 340º | 0.13% | 0.09% | - |
| XYZ | 0.74 | 0.74 | 0.81 | - |
| YUV | 21.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 21 | 0 | 0.13 | 0.09 | 0.91 | 340 | 0.07 | 0.08 |
| Hex | 17 | 14 | 15 | 0 | D | 9 | 5B | 154 | 7 | 8 |
| Octal | 27 | 24 | 25 | 0 | 15 | 11 | 133 | 524 | 7 | 10 |
| Binary | 10111 | 10100 | 10101 | 0 | 1101 | 1001 | 1011011 | 101010100 | 111 | 1000 |
Color Harmonies of #171415
Complementary color
Monochromatic Colors of #171415
Black with #171415
Text Example
Text Example
White with #171415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171415; }
p { color: rgb(23,20,21); }
H1.HeaderClassName
{
color: #171415;
}
.AnyTagClassName
{
color: #171415;
}
</style>
background-color css
<style>
a { background-color: #171415; }
a { background-color: rgb(23,20,21); }
div.DivClassName
{
background-color: #171415;
}
.BgClassName
{
background-color: #171415;
}
</style>
border-color css
<style>
span { border-color: #171415; }
span { border-color: rgb(23,20,21); }
td.TdClassName
{
border-color: #171415;
}
.TagClassName
{
border-color: #171415;
}
</style>