#201619

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

Shades of Rustic Red #201619

Tints of Rustic Red #201619

Color information

#201619 (or 0x201619) is unknown color: approx Rustic Red. HEX triplet: 20, 16 and 19. RGB value is (32,22,25). Sum of RGB (Red+Green+Blue) = 32+22+25=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201619 is #DFE9E6. Grayscale: #191919. Windows color (decimal): -14674407 or 1644064. OLE color: 1644064.

HSL color Cylindrical-coordinate representation of color #201619: hue angle of 342º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #201619 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB322225-
CMYK00.310.220.87
HSL342º18.52%10.59%-
HSV(B)342º31.25%12.55%-
XYZ1.060.951.05-
YUV25.33127.81132.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=40.51%
G=27.85%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32222500.310.220.8734218.5210.59
Hex20161901F165715613b
Octal402631037261275262313
Binary1000001011011001011111101101010111101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201619; }

 p { color: rgb(32,22,25); }

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

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

 a { background-color: rgb(32,22,25); }

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

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

 span { border-color: rgb(32,22,25); }

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