#221619

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

Shades of Rustic Red #221619

Tints of Rustic Red #221619

Color information

#221619 (or 0x221619) is unknown color: approx Rustic Red. HEX triplet: 22, 16 and 19. RGB value is (34,22,25). Sum of RGB (Red+Green+Blue) = 34+22+25=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221619 is #DDE9E6. Grayscale: #191919. Windows color (decimal): -14543335 or 1644066. OLE color: 1644066.

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

Color convert

RGB342225-
CMYK00.350.260.87
HSL345º21.43%10.98%-
HSV(B)345º35.29%13.33%-
XYZ1.120.981.05-
YUV25.93127.48133.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=41.98%
G=27.16%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34222500.350.260.8734521.4310.98
Hex2216190231A5715915b
Octal422631043321275312513
Binary10001010110110010100011110101010111101011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221619; }

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

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

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

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

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

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

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

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