#100106

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

Shades of Rustic Red #100106

Tints of Rustic Red #100106

Color information

#100106 (or 0x100106) is unknown color: approx Rustic Red. HEX triplet: 10, 01 and 06. RGB value is (16,1,6). Sum of RGB (Red+Green+Blue) = 16+1+6=23 (3% of max value = 765). Red value is 16 (6.64% from 255 or 69.57% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 16 - color contains mainly: red. Hex color #100106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100106 is #EFFEF9. Grayscale: #060606. Windows color (decimal): -15728378 or 393488. OLE color: 393488.

HSL color Cylindrical-coordinate representation of color #100106: hue angle of 340º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100106 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB1616-
CMYK00.940.620.94
HSL340º88.24%3.33%-
HSV(B)340º93.75%6.27%-
XYZ0.260.150.19-
YUV6.06127.97135.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 69.57%
GREEN value IS 1 (0.78% from 255) = 4.35%
BLUE value IS 6 (2.73% from 255) = 26.09%
R=69.57%
G=4.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal161600.940.620.9434088.243.33
Hex101605E3E5E154583
Octal20160136761365241303
Binary100001110010111101111101011110101010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100106; }

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

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

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

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

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

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

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

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