#100104

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

Shades of Rustic Red #100104

Tints of Rustic Red #100104

Color information

#100104 (or 0x100104) is unknown color: approx Rustic Red. HEX triplet: 10, 01 and 04. RGB value is (16,1,4). Sum of RGB (Red+Green+Blue) = 16+1+4=21 (2% of max value = 765). Red value is 16 (6.64% from 255 or 76.19% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 16 - color contains mainly: red. Hex color #100104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100104 is #EFFEFB. Grayscale: #050505. Windows color (decimal): -15728380 or 262416. OLE color: 262416.

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

Color convert

RGB1614-
CMYK00.940.750.94
HSL348º88.24%3.33%-
HSV(B)348º93.75%6.27%-
XYZ0.250.140.13-
YUV5.83126.97135.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 76.19%
GREEN value IS 1 (0.78% from 255) = 4.76%
BLUE value IS 4 (1.95% from 255) = 19.05%
R=76.19%
G=4.76%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal161400.940.750.9434888.243.33
Hex101405E4B5E15c583
Octal201401361131365341303
Binary1000011000101111010010111011110101011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100104; }

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

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

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

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

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

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

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

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