#170F11

Color #170F11 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #170F11

Tints of Rustic Red #170F11

Color information

#170F11 (or 0x170F11) is unknown color: approx Rustic Red. HEX triplet: 17, 0F and 11. RGB value is (23,15,17). Sum of RGB (Red+Green+Blue) = 23+15+17=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #170F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F11 is #E8F0EE. Grayscale: #111111. Windows color (decimal): -15266031 or 1117975. OLE color: 1117975.

HSL color Cylindrical-coordinate representation of color #170F11: hue angle of 345º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #170F11 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB231517-
CMYK00.350.260.91
HSL345º21.05%7.45%-
HSV(B)345º34.78%9.02%-
XYZ0.630.560.61-
YUV17.62127.65131.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 41.82%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=41.82%
G=27.27%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23151700.350.260.9134521.057.45
Hex17F110231A5B159157
Octal27172104332133531257
Binary10111111110001010001111010101101110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170F11; }

 p { color: rgb(23,15,17); }

 H1.HeaderClassName
 {
   color: #170F11;
 }
 .AnyTagClassName
 {
   color: #170F11;
 }
</style>
background-color css

<style>
 a { background-color: #170F11; }

 a { background-color: rgb(23,15,17); }

 div.DivClassName
 {
   background-color: #170F11;
 }
 .BgClassName
 {
   background-color: #170F11;
 }
</style>
border-color css

<style>
 span { border-color: #170F11; }

 span { border-color: rgb(23,15,17); }

 td.TdClassName
 {
   border-color: #170F11;
 }
 .TagClassName
 {
   border-color: #170F11;
 }
</style>