#100809

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

Shades of Rustic Red #100809

Tints of Rustic Red #100809

Color information

#100809 (or 0x100809) is unknown color: approx Rustic Red. HEX triplet: 10, 08 and 09. RGB value is (16,8,9). Sum of RGB (Red+Green+Blue) = 16+8+9=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100809 is #EFF7F6. Grayscale: #0A0A0A. Windows color (decimal): -15726583 or 591888. OLE color: 591888.

HSL color Cylindrical-coordinate representation of color #100809: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #100809 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB1689-
CMYK00.500.440.94
HSL352.5º33.33%4.71%-
HSV(B)352.5º50%6.27%-
XYZ0.350.30.3-
YUV10.51127.15131.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 9 (3.91% from 255) = 27.27%
R=48.48%
G=24.24%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal168900.500.440.94352.533.334.71
Hex10890322C5E160215
Octal20101106254136540415
Binary100001000100101100101011001011110101100000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100809; }

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

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

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

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

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

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

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

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