#110106

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

Shades of Rustic Red #110106

Tints of Rustic Red #110106

Color information

#110106 (or 0x110106) is unknown color: approx Rustic Red. HEX triplet: 11, 01 and 06. RGB value is (17,1,6). Sum of RGB (Red+Green+Blue) = 17+1+6=24 (3% of max value = 765). Red value is 17 (7.03% from 255 or 70.83% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 17 - color contains mainly: red. Hex color #110106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110106 is #EEFEF9. Grayscale: #060606. Windows color (decimal): -15662842 or 393489. OLE color: 393489.

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

Color convert

RGB1716-
CMYK00.940.650.93
HSL341.25º88.89%3.53%-
HSV(B)341.25º94.12%6.67%-
XYZ0.270.150.19-
YUV6.35127.8135.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 70.83%
GREEN value IS 1 (0.78% from 255) = 4.17%
BLUE value IS 6 (2.73% from 255) = 25%
R=70.83%
G=4.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171600.940.650.93341.2588.893.53
Hex111605E415D155594
Octal211601361011355251314
Binary10001111001011110100000110111011010101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110106; }

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

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

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

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

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

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

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

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