#100306

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

Shades of Rustic Red #100306

Tints of Rustic Red #100306

Color information

#100306 (or 0x100306) is unknown color: approx Rustic Red. HEX triplet: 10, 03 and 06. RGB value is (16,3,6). Sum of RGB (Red+Green+Blue) = 16+3+6=25 (3% of max value = 765). Red value is 16 (6.64% from 255 or 64% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 16 - color contains mainly: red. Hex color #100306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100306 is #EFFCF9. Grayscale: #070707. Windows color (decimal): -15727866 or 394000. OLE color: 394000.

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

Color convert

RGB1636-
CMYK00.810.620.94
HSL346.15º68.42%3.73%-
HSV(B)346.15º81.25%6.27%-
XYZ0.280.190.19-
YUV7.23127.31134.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 64%
GREEN value IS 3 (1.56% from 255) = 12%
BLUE value IS 6 (2.73% from 255) = 24%
R=64%
G=12%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal163600.810.620.94346.1568.423.73
Hex10360513E5E15a444
Octal20360121761365321044
Binary10000111100101000111111010111101010110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100306; }

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

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

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

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

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

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

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

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