#171012

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

Shades of Rustic Red #171012

Tints of Rustic Red #171012

Color information

#171012 (or 0x171012) is unknown color: approx Rustic Red. HEX triplet: 17, 10 and 12. RGB value is (23,16,18). Sum of RGB (Red+Green+Blue) = 23+16+18=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #171012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171012 is #E8EFED. Grayscale: #121212. Windows color (decimal): -15265774 or 1183767. OLE color: 1183767.

HSL color Cylindrical-coordinate representation of color #171012: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #171012 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB231618-
CMYK00.300.220.91
HSL342.86º17.95%7.65%-
HSV(B)342.86º30.43%9.02%-
XYZ0.650.60.65-
YUV18.32127.82131.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 40.35%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=40.35%
G=28.07%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23161800.300.220.91342.8617.957.65
Hex17101201E165B157128
Octal272022036261335272210
Binary101111000010010011110101101011011101010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171012; }

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

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

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

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

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

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

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

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