#110102

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

Shades of Rustic Red #110102

Tints of Rustic Red #110102

Color information

#110102 (or 0x110102) is unknown color: approx Rustic Red. HEX triplet: 11, 01 and 02. RGB value is (17,1,2). Sum of RGB (Red+Green+Blue) = 17+1+2=20 (2% of max value = 765). Red value is 17 (7.03% from 255 or 85% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 17 - color contains mainly: red. Hex color #110102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110102 is #EEFEFD. Grayscale: #050505. Windows color (decimal): -15662846 or 131345. OLE color: 131345.

HSL color Cylindrical-coordinate representation of color #110102: hue angle of 356.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110102 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.93.

Color convert

RGB1712-
CMYK00.940.880.93
HSL356.25º88.89%3.53%-
HSV(B)356.25º94.12%6.67%-
XYZ0.250.150.07-
YUV5.9125.8135.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 85%
GREEN value IS 1 (0.78% from 255) = 5%
BLUE value IS 2 (1.17% from 255) = 10%
R=85%
G=5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171200.940.880.93356.2588.893.53
Hex111205E585D164594
Octal211201361301355441314
Binary1000111001011110101100010111011011001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110102; }

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

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

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

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

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

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

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

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