#16060C

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

Shades of Rustic Red #16060C

Tints of Rustic Red #16060C

Color information

#16060C (or 0x16060C) is unknown color: approx Rustic Red. HEX triplet: 16, 06 and 0C. RGB value is (22,6,12). Sum of RGB (Red+Green+Blue) = 22+6+12=40 (5% of max value = 765). Red value is 22 (8.98% from 255 or 55% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 22 - color contains mainly: red. Hex color #16060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16060C is #E9F9F3. Grayscale: #0B0B0B. Windows color (decimal): -15333876 or 787990. OLE color: 787990.

HSL color Cylindrical-coordinate representation of color #16060C: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16060C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB22612-
CMYK00.730.450.91
HSL337.5º57.14%5.49%-
HSV(B)337.5º72.73%8.63%-
XYZ0.460.330.39-
YUV11.47128.3135.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 55%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 12 (5.08% from 255) = 30%
R=55%
G=15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2261200.730.450.91337.557.145.49
Hex166C0492D5B152395
Octal26614011155133522715
Binary101101101100010010011011011011011101010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16060C; }

 p { color: rgb(22,6,12); }

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

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

 a { background-color: rgb(22,6,12); }

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

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

 span { border-color: rgb(22,6,12); }

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