#160509

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

Shades of Rustic Red #160509

Tints of Rustic Red #160509

Color information

#160509 (or 0x160509) is unknown color: approx Rustic Red. HEX triplet: 16, 05 and 09. RGB value is (22,5,9). Sum of RGB (Red+Green+Blue) = 22+5+9=36 (4% of max value = 765). Red value is 22 (8.98% from 255 or 61.11% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 22 - color contains mainly: red. Hex color #160509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160509 is #E9FAF6. Grayscale: #0A0A0A. Windows color (decimal): -15334135 or 591126. OLE color: 591126.

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

Color convert

RGB2259-
CMYK00.770.590.91
HSL345.88º62.96%5.29%-
HSV(B)345.88º77.27%8.63%-
XYZ0.430.30.29-
YUV10.54127.13136.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 61.11%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 9 (3.91% from 255) = 25%
R=61.11%
G=13.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal225900.770.590.91345.8862.965.29
Hex165904D3B5B15a3f5
Octal26511011573133532775
Binary101101011001010011011110111011011101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160509; }

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

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

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

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

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

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

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

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