#221417

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

Shades of Rustic Red #221417

Tints of Rustic Red #221417

Color information

#221417 (or 0x221417) is unknown color: approx Rustic Red. HEX triplet: 22, 14 and 17. RGB value is (34,20,23). Sum of RGB (Red+Green+Blue) = 34+20+23=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #221417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221417 is #DDEBE8. Grayscale: #181818. Windows color (decimal): -14543849 or 1512482. OLE color: 1512482.

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

Color convert

RGB342023-
CMYK00.410.320.87
HSL347.14º25.93%10.59%-
HSV(B)347.14º41.18%13.33%-
XYZ1.060.90.93-
YUV24.53127.14134.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.16%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=44.16%
G=25.97%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34202300.410.320.87347.1425.9310.59
Hex221417029205715b1ab
Octal422427051401275333213
Binary100010101001011101010011000001010111101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221417; }

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

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

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

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

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

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

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

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