#16090D

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

Shades of Rustic Red #16090D

Tints of Rustic Red #16090D

Color information

#16090D (or 0x16090D) is unknown color: approx Rustic Red. HEX triplet: 16, 09 and 0D. RGB value is (22,9,13). Sum of RGB (Red+Green+Blue) = 22+9+13=44 (5% of max value = 765). Red value is 22 (8.98% from 255 or 50% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 22 - color contains mainly: red. Hex color #16090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090D is #E9F6F2. Grayscale: #0D0D0D. Windows color (decimal): -15333107 or 854294. OLE color: 854294.

HSL color Cylindrical-coordinate representation of color #16090D: hue angle of 341.54º 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 #16090D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB22913-
CMYK00.590.410.91
HSL341.54º41.94%6.08%-
HSV(B)341.54º59.09%8.63%-
XYZ0.50.40.43-
YUV13.34127.81134.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=50%
G=20.45%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2291300.590.410.91341.5441.946.08
Hex169D03B295B1562a6
Octal26111507351133526526
Binary101101001110101110111010011011011101010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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