#160009

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

Shades of Rustic Red #160009

Tints of Rustic Red #160009

Color information

#160009 (or 0x160009) is unknown color: approx Rustic Red. HEX triplet: 16, 00 and 09. RGB value is (22,0,9). Sum of RGB (Red+Green+Blue) = 22+0+9=31 (4% of max value = 765). Red value is 22 (8.98% from 255 or 70.97% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 22 - color contains mainly: red. Hex color #160009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160009 is #E9FFF6. Grayscale: #070707. Windows color (decimal): -15335415 or 589846. OLE color: 589846.

HSL color Cylindrical-coordinate representation of color #160009: hue angle of 335.45º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160009 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.91.

Color convert

RGB2209-
CMYK010.590.91
HSL335.45º100%4.31%-
HSV(B)335.45º100%8.63%-
XYZ0.380.190.28-
YUV7.6128.79138.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 70.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=70.97%
G=0%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2209010.590.91335.451004.31
Hex16090643B5B14f644
Octal260110144731335171444
Binary10110010010110010011101110110111010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160009; }

 p { color: rgb(22,0,9); }

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

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

 a { background-color: rgb(22,0,9); }

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

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

 span { border-color: rgb(22,0,9); }

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