#221617

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

Shades of Rustic Red #221617

Tints of Rustic Red #221617

Color information

#221617 (or 0x221617) is unknown color: approx Rustic Red. HEX triplet: 22, 16 and 17. RGB value is (34,22,23). Sum of RGB (Red+Green+Blue) = 34+22+23=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 34 - color contains mainly: red. Hex color #221617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221617 is #DDE9E8. Grayscale: #191919. Windows color (decimal): -14543337 or 1512994. OLE color: 1512994.

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

Color convert

RGB342223-
CMYK00.350.320.87
HSL355º21.43%10.98%-
HSV(B)355º35.29%13.33%-
XYZ1.10.980.94-
YUV25.7126.48133.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.04%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 23 (9.38% from 255) = 29.11%
R=43.04%
G=27.85%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34222300.350.320.8735521.4310.98
Hex221617023205716315b
Octal422627043401275432513
Binary100010101101011101000111000001010111101100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221617; }

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

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

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

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

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

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

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

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