#160001

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

Shades of Rustic Red #160001

Tints of Rustic Red #160001

Color information

#160001 (or 0x160001) is unknown color: approx Rustic Red. HEX triplet: 16, 00 and 01. RGB value is (22,0,1). Sum of RGB (Red+Green+Blue) = 22+0+1=23 (3% of max value = 765). Red value is 22 (8.98% from 255 or 95.65% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 22 - color contains mainly: red. Hex color #160001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160001 is #E9FFFE. Grayscale: #060606. Windows color (decimal): -15335423 or 65558. OLE color: 65558.

HSL color Cylindrical-coordinate representation of color #160001: hue angle of 357.27º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160001 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.91.

Color convert

RGB2201-
CMYK010.950.91
HSL357.27º100%4.31%-
HSV(B)357.27º100%8.63%-
XYZ0.340.170.04-
YUV6.69124.79138.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 95.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=95.65%
G=0%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2201010.950.91357.271004.31
Hex16010645F5B165644
Octal260101441371335451444
Binary101100101100100101111110110111011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160001; }

 p { color: rgb(22,0,1); }

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

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

 a { background-color: rgb(22,0,1); }

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

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

 span { border-color: rgb(22,0,1); }

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