#16090F

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

Shades of Rustic Red #16090F

Tints of Rustic Red #16090F

Color information

#16090F (or 0x16090F) is unknown color: approx Rustic Red. HEX triplet: 16, 09 and 0F. RGB value is (22,9,15). Sum of RGB (Red+Green+Blue) = 22+9+15=46 (6% of max value = 765). Red value is 22 (8.98% from 255 or 47.83% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 22 - color contains mainly: red. Hex color #16090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090F is #E9F6F0. Grayscale: #0D0D0D. Windows color (decimal): -15333105 or 985366. OLE color: 985366.

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

Color convert

RGB22915-
CMYK00.590.320.91
HSL332.31º41.94%6.08%-
HSV(B)332.31º59.09%8.63%-
XYZ0.510.40.5-
YUV13.57128.81134.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 47.83%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=47.83%
G=19.57%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2291500.590.320.91332.3141.946.08
Hex169F03B205B14c2a6
Octal26111707340133514526
Binary101101001111101110111000001011011101001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16090F; }

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

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

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

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

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

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

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

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