#16090A

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

Shades of Rustic Red #16090A

Tints of Rustic Red #16090A

Color information

#16090A (or 0x16090A) is unknown color: approx Rustic Red. HEX triplet: 16, 09 and 0A. RGB value is (22,9,10). Sum of RGB (Red+Green+Blue) = 22+9+10=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #16090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090A is #E9F6F5. Grayscale: #0D0D0D. Windows color (decimal): -15333110 or 657686. OLE color: 657686.

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

Color convert

RGB22910-
CMYK00.590.550.91
HSL355.38º41.94%6.08%-
HSV(B)355.38º59.09%8.63%-
XYZ0.480.390.34-
YUV13126.31134.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 53.66%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=53.66%
G=21.95%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2291000.590.550.91355.3841.946.08
Hex169A03B375B1632a6
Octal26111207367133543526
Binary101101001101001110111101111011011101100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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