Shades of Rustic Red #170A0F
Tints of Rustic Red #170A0F
RGB
CMYK
RGB Variations
Color information
#170A0F (or 0x170A0F) is known color: Rustic Red. HEX triplet: 17, 0A and 0F. RGB value is (23,10,15). Sum of RGB (Red+Green+Blue) = 23+10+15=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A0F is #E8F5F0. Grayscale: #0E0E0E. Windows color (decimal): -15267313 or 985623. OLE color: 985623.
HSL color Cylindrical-coordinate representation of color #170A0F: hue angle of 336.92º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #170A0F is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 10 | 15 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.91 |
| HSL | 336.92º | 0.39% | 0.06% | - |
| HSV(B) | 336.92º | 0.57% | 0.09% | - |
| XYZ | 0.55 | 0.43 | 0.51 | - |
| YUV | 14.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 15 | 0 | 0.57 | 0.35 | 0.91 | 336.92 | 0.39 | 0.06 |
| Hex | 17 | A | F | 0 | 39 | 23 | 5B | 151 | 27 | 6 |
| Octal | 27 | 12 | 17 | 0 | 71 | 43 | 133 | 521 | 47 | 6 |
| Binary | 10111 | 1010 | 1111 | 0 | 111001 | 100011 | 1011011 | 101010001 | 100111 | 110 |
Color Harmonies of #170A0F
Complementary color
Monochromatic Colors of #170A0F
Black with #170A0F
Text Example
Text Example
White with #170A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A0F; }
p { color: rgb(23,10,15); }
H1.HeaderClassName
{
color: #170A0F;
}
.AnyTagClassName
{
color: #170A0F;
}
</style>
background-color css
<style>
a { background-color: #170A0F; }
a { background-color: rgb(23,10,15); }
div.DivClassName
{
background-color: #170A0F;
}
.BgClassName
{
background-color: #170A0F;
}
</style>
border-color css
<style>
span { border-color: #170A0F; }
span { border-color: rgb(23,10,15); }
td.TdClassName
{
border-color: #170A0F;
}
.TagClassName
{
border-color: #170A0F;
}
</style>