#100206

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

Shades of Rustic Red #100206

Tints of Rustic Red #100206

Color information

#100206 (or 0x100206) is unknown color: approx Rustic Red. HEX triplet: 10, 02 and 06. RGB value is (16,2,6). Sum of RGB (Red+Green+Blue) = 16+2+6=24 (3% of max value = 765). Red value is 16 (6.64% from 255 or 66.67% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 16 - color contains mainly: red. Hex color #100206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100206 is #EFFDF9. Grayscale: #060606. Windows color (decimal): -15728122 or 393744. OLE color: 393744.

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

Color convert

RGB1626-
CMYK00.870.620.94
HSL342.86º77.78%3.53%-
HSV(B)342.86º87.5%6.27%-
XYZ0.270.170.19-
YUV6.64127.64134.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 6 (2.73% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal162600.870.620.94342.8677.783.53
Hex10260573E5E1574e4
Octal20260127761365271164
Binary10000101100101011111111010111101010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100206; }

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

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

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

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

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

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

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

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