#170E11

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

Shades of Rustic Red #170E11

Tints of Rustic Red #170E11

Color information

#170E11 (or 0x170E11) is unknown color: approx Rustic Red. HEX triplet: 17, 0E and 11. RGB value is (23,14,17). Sum of RGB (Red+Green+Blue) = 23+14+17=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #170E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E11 is #E8F1EE. Grayscale: #111111. Windows color (decimal): -15266287 or 1117719. OLE color: 1117719.

HSL color Cylindrical-coordinate representation of color #170E11: hue angle of 340º 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 #170E11 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB231417-
CMYK00.390.260.91
HSL340º24.32%7.25%-
HSV(B)340º39.13%9.02%-
XYZ0.610.540.6-
YUV17.03127.98132.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 42.59%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=42.59%
G=25.93%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23141700.390.260.9134024.327.25
Hex17E110271A5B154187
Octal27162104732133524307
Binary10111111010001010011111010101101110101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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