#171113

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

Shades of Rustic Red #171113

Tints of Rustic Red #171113

Color information

#171113 (or 0x171113) is unknown color: approx Rustic Red. HEX triplet: 17, 11 and 13. RGB value is (23,17,19). Sum of RGB (Red+Green+Blue) = 23+17+19=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 23 - color contains mainly: red. Hex color #171113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171113 is #E8EEEC. Grayscale: #131313. Windows color (decimal): -15265517 or 1249559. OLE color: 1249559.

HSL color Cylindrical-coordinate representation of color #171113: hue angle of 340º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #171113 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB231719-
CMYK00.260.170.91
HSL340º15%7.84%-
HSV(B)340º26.09%9.02%-
XYZ0.670.630.7-
YUV19.02127.99130.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 38.98%
GREEN value IS 17 (7.03% from 255) = 28.81%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=38.98%
G=28.81%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23171900.260.170.91340157.84
Hex17111301A115B154f8
Octal272123032211335241710
Binary10111100011001101101010001101101110101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171113; }

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

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

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

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

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

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

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

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