#170102

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

Shades of Rustic Red #170102

Tints of Rustic Red #170102

Color information

#170102 (or 0x170102) is unknown color: approx Rustic Red. HEX triplet: 17, 01 and 02. RGB value is (23,1,2). Sum of RGB (Red+Green+Blue) = 23+1+2=26 (3% of max value = 765). Red value is 23 (9.38% from 255 or 88.46% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 23 - color contains mainly: red. Hex color #170102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170102 is #E8FEFD. Grayscale: #070707. Windows color (decimal): -15269630 or 131351. OLE color: 131351.

HSL color Cylindrical-coordinate representation of color #170102: hue angle of 357.27º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170102 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB2312-
CMYK00.960.910.91
HSL357.27º91.67%4.71%-
HSV(B)357.27º95.65%9.02%-
XYZ0.380.210.08-
YUV7.69124.79138.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 88.46%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=88.46%
G=3.85%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal231200.960.910.91357.2791.674.71
Hex17120605B5B1655c5
Octal271201401331335451345
Binary1011111001100000101101110110111011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170102; }

 p { color: rgb(23,1,2); }

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

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

 a { background-color: rgb(23,1,2); }

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

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

 span { border-color: rgb(23,1,2); }

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