#100406

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

Shades of Rustic Red #100406

Tints of Rustic Red #100406

Color information

#100406 (or 0x100406) is unknown color: approx Rustic Red. HEX triplet: 10, 04 and 06. RGB value is (16,4,6). Sum of RGB (Red+Green+Blue) = 16+4+6=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100406 is #EFFBF9. Grayscale: #070707. Windows color (decimal): -15727610 or 394256. OLE color: 394256.

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

Color convert

RGB1646-
CMYK00.750.620.94
HSL350º60%3.92%-
HSV(B)350º75%6.27%-
XYZ0.290.210.2-
YUV7.82126.98133.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 61.54%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 6 (2.73% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal164600.750.620.94350603.92
Hex104604B3E5E15e3c4
Octal2046011376136536744
Binary10000100110010010111111101011110101011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100406; }

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

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

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

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

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

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

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

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