Shades of Rustic Red #170C0F
Tints of Rustic Red #170C0F
RGB
CMYK
RGB Variations
Color information
#170C0F (or 0x170C0F) is known color: Rustic Red. HEX triplet: 17, 0C and 0F. RGB value is (23,12,15). Sum of RGB (Red+Green+Blue) = 23+12+15=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C0F is #E8F3F0. Grayscale: #0F0F0F. Windows color (decimal): -15266801 or 986135. OLE color: 986135.
HSL color Cylindrical-coordinate representation of color #170C0F: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #170C0F is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 12 | 15 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.91 |
| HSL | 343.64º | 0.31% | 0.07% | - |
| HSV(B) | 343.64º | 0.48% | 0.09% | - |
| XYZ | 0.57 | 0.48 | 0.51 | - |
| YUV | 15.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 15 | 0 | 0.48 | 0.35 | 0.91 | 343.64 | 0.31 | 0.07 |
| Hex | 17 | C | F | 0 | 30 | 23 | 5B | 158 | 1F | 7 |
| Octal | 27 | 14 | 17 | 0 | 60 | 43 | 133 | 530 | 37 | 7 |
| Binary | 10111 | 1100 | 1111 | 0 | 110000 | 100011 | 1011011 | 101011000 | 11111 | 111 |
Color Harmonies of #170C0F
Complementary color
Monochromatic Colors of #170C0F
Black with #170C0F
Text Example
Text Example
White with #170C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C0F; }
p { color: rgb(23,12,15); }
H1.HeaderClassName
{
color: #170C0F;
}
.AnyTagClassName
{
color: #170C0F;
}
</style>
background-color css
<style>
a { background-color: #170C0F; }
a { background-color: rgb(23,12,15); }
div.DivClassName
{
background-color: #170C0F;
}
.BgClassName
{
background-color: #170C0F;
}
</style>
border-color css
<style>
span { border-color: #170C0F; }
span { border-color: rgb(23,12,15); }
td.TdClassName
{
border-color: #170C0F;
}
.TagClassName
{
border-color: #170C0F;
}
</style>