#221718

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

Shades of Rustic Red #221718

Tints of Rustic Red #221718

Color information

#221718 (or 0x221718) is unknown color: approx Rustic Red. HEX triplet: 22, 17 and 18. RGB value is (34,23,24). Sum of RGB (Red+Green+Blue) = 34+23+24=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221718 is #DDE8E7. Grayscale: #1A1A1A. Windows color (decimal): -14543080 or 1578786. OLE color: 1578786.

HSL color Cylindrical-coordinate representation of color #221718: hue angle of 354.55º 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 #221718 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB342324-
CMYK00.320.290.87
HSL354.55º19.3%11.18%-
HSV(B)354.55º32.35%13.33%-
XYZ1.131.021-
YUV26.4126.64133.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=41.98%
G=28.40%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34232400.320.290.87354.5519.311.18
Hex2217180201D5716313b
Octal422730040351275432313
Binary10001010111110000100000111011010111101100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221718; }

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

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

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

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

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

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

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

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