#16060D

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

Shades of Rustic Red #16060D

Tints of Rustic Red #16060D

Color information

#16060D (or 0x16060D) is unknown color: approx Rustic Red. HEX triplet: 16, 06 and 0D. RGB value is (22,6,13). Sum of RGB (Red+Green+Blue) = 22+6+13=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #16060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16060D is #E9F9F2. Grayscale: #0B0B0B. Windows color (decimal): -15333875 or 853526. OLE color: 853526.

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

Color convert

RGB22613-
CMYK00.730.410.91
HSL333.75º57.14%5.49%-
HSV(B)333.75º72.73%8.63%-
XYZ0.470.330.42-
YUV11.58128.8135.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 53.66%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=53.66%
G=14.63%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2261300.730.410.91333.7557.145.49
Hex166D049295B14e395
Octal26615011151133516715
Binary101101101101010010011010011011011101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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