#221418

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

Shades of Rustic Red #221418

Tints of Rustic Red #221418

Color information

#221418 (or 0x221418) is unknown color: approx Rustic Red. HEX triplet: 22, 14 and 18. RGB value is (34,20,24). Sum of RGB (Red+Green+Blue) = 34+20+24=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221418 is #DDEBE7. Grayscale: #181818. Windows color (decimal): -14543848 or 1578018. OLE color: 1578018.

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

Color convert

RGB342024-
CMYK00.410.290.87
HSL342.86º25.93%10.59%-
HSV(B)342.86º41.18%13.33%-
XYZ1.070.910.98-
YUV24.64127.64134.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=43.59%
G=25.64%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34202400.410.290.87342.8625.9310.59
Hex2214180291D571571ab
Octal422430051351275273213
Binary10001010100110000101001111011010111101010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221418; }

 p { color: rgb(34,20,24); }

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

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

 a { background-color: rgb(34,20,24); }

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

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

 span { border-color: rgb(34,20,24); }

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