#100209

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

Shades of Rustic Red #100209

Tints of Rustic Red #100209

Color information

#100209 (or 0x100209) is unknown color: approx Rustic Red. HEX triplet: 10, 02 and 09. RGB value is (16,2,9). Sum of RGB (Red+Green+Blue) = 16+2+9=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100209 is #EFFDF6. Grayscale: #060606. Windows color (decimal): -15728119 or 590352. OLE color: 590352.

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

Color convert

RGB1629-
CMYK00.870.440.94
HSL330º77.78%3.53%-
HSV(B)330º87.5%6.27%-
XYZ0.280.170.28-
YUV6.98129.14134.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 9 (3.91% from 255) = 33.33%
R=59.26%
G=7.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal162900.870.440.9433077.783.53
Hex10290572C5E14a4e4
Octal202110127541365121164
Binary100001010010101011110110010111101010010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100209; }

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

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

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

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

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

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

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

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