#110104

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

Shades of Rustic Red #110104

Tints of Rustic Red #110104

Color information

#110104 (or 0x110104) is unknown color: approx Rustic Red. HEX triplet: 11, 01 and 04. RGB value is (17,1,4). Sum of RGB (Red+Green+Blue) = 17+1+4=22 (2% of max value = 765). Red value is 17 (7.03% from 255 or 77.27% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 17 - color contains mainly: red. Hex color #110104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110104 is #EEFEFB. Grayscale: #060606. Windows color (decimal): -15662844 or 262417. OLE color: 262417.

HSL color Cylindrical-coordinate representation of color #110104: hue angle of 348.75º 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 #110104 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB1714-
CMYK00.940.760.93
HSL348.75º88.89%3.53%-
HSV(B)348.75º94.12%6.67%-
XYZ0.260.150.13-
YUV6.13126.8135.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 77.27%
GREEN value IS 1 (0.78% from 255) = 4.55%
BLUE value IS 4 (1.95% from 255) = 18.18%
R=77.27%
G=4.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171400.940.760.93348.7588.893.53
Hex111405E4C5D15d594
Octal211401361141355351314
Binary10001110001011110100110010111011010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110104; }

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

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

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

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

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

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

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

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