#160609

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

Shades of Rustic Red #160609

Tints of Rustic Red #160609

Color information

#160609 (or 0x160609) is unknown color: approx Rustic Red. HEX triplet: 16, 06 and 09. RGB value is (22,6,9). Sum of RGB (Red+Green+Blue) = 22+6+9=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #160609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160609 is #E9F9F6. Grayscale: #0B0B0B. Windows color (decimal): -15333879 or 591382. OLE color: 591382.

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

Color convert

RGB2269-
CMYK00.730.590.91
HSL348.75º57.14%5.49%-
HSV(B)348.75º72.73%8.63%-
XYZ0.450.320.3-
YUV11.13126.8135.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 59.46%
GREEN value IS 6 (2.73% from 255) = 16.22%
BLUE value IS 9 (3.91% from 255) = 24.32%
R=59.46%
G=16.22%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal226900.730.590.91348.7557.145.49
Hex16690493B5B15d395
Octal26611011173133535715
Binary101101101001010010011110111011011101011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160609; }

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

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

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

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

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

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

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

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