#170D10

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

Shades of Rustic Red #170D10

Tints of Rustic Red #170D10

Color information

#170D10 (or 0x170D10) is unknown color: approx Rustic Red. HEX triplet: 17, 0D and 10. RGB value is (23,13,16). Sum of RGB (Red+Green+Blue) = 23+13+16=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 23 - color contains mainly: red. Hex color #170D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D10 is #E8F2EF. Grayscale: #101010. Windows color (decimal): -15266544 or 1051927. OLE color: 1051927.

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

Color convert

RGB231316-
CMYK00.430.300.91
HSL342º27.78%7.06%-
HSV(B)342º43.48%9.02%-
XYZ0.590.510.56-
YUV16.33127.81132.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 44.23%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=44.23%
G=25%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23131600.430.300.9134227.787.06
Hex17D1002B1E5B1561c7
Octal27152005336133526347
Binary10111110110000010101111110101101110101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,13,16); }

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

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

 a { background-color: rgb(23,13,16); }

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

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

 span { border-color: rgb(23,13,16); }

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