Shades of Rustic Red #171214
Tints of Rustic Red #171214
RGB
CMYK
RGB Variations
Color information
#171214 (or 0x171214) is known color: Rustic Red. HEX triplet: 17, 12 and 14. RGB value is (23,18,20). Sum of RGB (Red+Green+Blue) = 23+18+20=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 23 - color contains mainly: red. Hex color #171214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171214 is #E8EDEB. Grayscale: #131313. Windows color (decimal): -15265260 or 1315351. OLE color: 1315351.
HSL color Cylindrical-coordinate representation of color #171214: hue angle of 336º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #171214 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 18 | 20 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.91 |
| HSL | 336º | 0.12% | 0.08% | - |
| HSV(B) | 336º | 0.22% | 0.09% | - |
| XYZ | 0.7 | 0.67 | 0.75 | - |
| YUV | 19.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 20 | 0 | 0.22 | 0.13 | 0.91 | 336 | 0.12 | 0.08 |
| Hex | 17 | 12 | 14 | 0 | 16 | D | 5B | 150 | C | 8 |
| Octal | 27 | 22 | 24 | 0 | 26 | 15 | 133 | 520 | 14 | 10 |
| Binary | 10111 | 10010 | 10100 | 0 | 10110 | 1101 | 1011011 | 101010000 | 1100 | 1000 |
Color Harmonies of #171214
Complementary color
Monochromatic Colors of #171214
Black with #171214
Text Example
Text Example
White with #171214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171214; }
p { color: rgb(23,18,20); }
H1.HeaderClassName
{
color: #171214;
}
.AnyTagClassName
{
color: #171214;
}
</style>
background-color css
<style>
a { background-color: #171214; }
a { background-color: rgb(23,18,20); }
div.DivClassName
{
background-color: #171214;
}
.BgClassName
{
background-color: #171214;
}
</style>
border-color css
<style>
span { border-color: #171214; }
span { border-color: rgb(23,18,20); }
td.TdClassName
{
border-color: #171214;
}
.TagClassName
{
border-color: #171214;
}
</style>