#221618

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

Shades of Rustic Red #221618

Tints of Rustic Red #221618

Color information

#221618 (or 0x221618) is unknown color: approx Rustic Red. HEX triplet: 22, 16 and 18. RGB value is (34,22,24). Sum of RGB (Red+Green+Blue) = 34+22+24=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221618 is #DDE9E7. Grayscale: #191919. Windows color (decimal): -14543336 or 1578530. OLE color: 1578530.

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

Color convert

RGB342224-
CMYK00.350.290.87
HSL350º21.43%10.98%-
HSV(B)350º35.29%13.33%-
XYZ1.110.980.99-
YUV25.82126.98133.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 42.5%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 24 (9.77% from 255) = 30%
R=42.5%
G=27.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34222400.350.290.8735021.4310.98
Hex2216180231D5715e15b
Octal422630043351275362513
Binary10001010110110000100011111011010111101011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221618; }

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

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

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

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

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

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

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

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