#160309

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

Shades of Rustic Red #160309

Tints of Rustic Red #160309

Color information

#160309 (or 0x160309) is unknown color: approx Rustic Red. HEX triplet: 16, 03 and 09. RGB value is (22,3,9). Sum of RGB (Red+Green+Blue) = 22+3+9=34 (4% of max value = 765). Red value is 22 (8.98% from 255 or 64.71% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 22 - color contains mainly: red. Hex color #160309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160309 is #E9FCF6. Grayscale: #090909. Windows color (decimal): -15334647 or 590614. OLE color: 590614.

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

Color convert

RGB2239-
CMYK00.860.590.91
HSL341.05º76%4.9%-
HSV(B)341.05º86.36%8.63%-
XYZ0.410.260.29-
YUV9.36127.79137.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 64.71%
GREEN value IS 3 (1.56% from 255) = 8.82%
BLUE value IS 9 (3.91% from 255) = 26.47%
R=64.71%
G=8.82%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal223900.860.590.91341.05764.9
Hex16390563B5B1554c5
Octal263110126731335251145
Binary101101110010101011011101110110111010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160309; }

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

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

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

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

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

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

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

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