#221719

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

Shades of Rustic Red #221719

Tints of Rustic Red #221719

Color information

#221719 (or 0x221719) is unknown color: approx Rustic Red. HEX triplet: 22, 17 and 19. RGB value is (34,23,25). Sum of RGB (Red+Green+Blue) = 34+23+25=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221719 is #DDE8E6. Grayscale: #1A1A1A. Windows color (decimal): -14543079 or 1644322. OLE color: 1644322.

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

Color convert

RGB342325-
CMYK00.320.260.87
HSL349.09º19.3%11.18%-
HSV(B)349.09º32.35%13.33%-
XYZ1.141.021.06-
YUV26.52127.14133.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=41.46%
G=28.05%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34232500.320.260.87349.0919.311.18
Hex2217190201A5715d13b
Octal422731040321275352313
Binary10001010111110010100000110101010111101011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221719; }

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

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

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

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

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

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

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

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