#170E10

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

Shades of Rustic Red #170E10

Tints of Rustic Red #170E10

Color information

#170E10 (or 0x170E10) is unknown color: approx Rustic Red. HEX triplet: 17, 0E and 10. RGB value is (23,14,16). Sum of RGB (Red+Green+Blue) = 23+14+16=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E10 is #E8F1EF. Grayscale: #101010. Windows color (decimal): -15266288 or 1052183. OLE color: 1052183.

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

Color convert

RGB231416-
CMYK00.390.300.91
HSL346.67º24.32%7.25%-
HSV(B)346.67º39.13%9.02%-
XYZ0.60.530.56-
YUV16.92127.48132.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 43.40%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=43.40%
G=26.42%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23141600.390.300.91346.6724.327.25
Hex17E100271E5B15b187
Octal27162004736133533307
Binary10111111010000010011111110101101110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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