#211619

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

Shades of Rustic Red #211619

Tints of Rustic Red #211619

Color information

#211619 (or 0x211619) is unknown color: approx Rustic Red. HEX triplet: 21, 16 and 19. RGB value is (33,22,25). Sum of RGB (Red+Green+Blue) = 33+22+25=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #211619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211619 is #DEE9E6. Grayscale: #191919. Windows color (decimal): -14608871 or 1644065. OLE color: 1644065.

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

Color convert

RGB332225-
CMYK00.330.240.87
HSL343.64º20%10.78%-
HSV(B)343.64º33.33%12.94%-
XYZ1.090.971.05-
YUV25.63127.64133.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.25%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=41.25%
G=27.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33222500.330.240.87343.642010.78
Hex211619021185715814b
Octal412631041301275302413
Binary10000110110110010100001110001010111101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211619; }

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

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

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

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

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

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

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

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