#170F12

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

Shades of Rustic Red #170F12

Tints of Rustic Red #170F12

Color information

#170F12 (or 0x170F12) is unknown color: approx Rustic Red. HEX triplet: 17, 0F and 12. RGB value is (23,15,18). Sum of RGB (Red+Green+Blue) = 23+15+18=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #170F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F12 is #E8F0ED. Grayscale: #111111. Windows color (decimal): -15266030 or 1183511. OLE color: 1183511.

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

Color convert

RGB231518-
CMYK00.350.220.91
HSL337.5º21.05%7.45%-
HSV(B)337.5º34.78%9.02%-
XYZ0.630.570.65-
YUV17.73128.15131.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.07%
GREEN value IS 15 (6.25% from 255) = 26.79%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=41.07%
G=26.79%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23151800.350.220.91337.521.057.45
Hex17F12023165B152157
Octal27172204326133522257
Binary10111111110010010001110110101101110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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