#211417

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

Shades of Rustic Red #211417

Tints of Rustic Red #211417

Color information

#211417 (or 0x211417) is unknown color: approx Rustic Red. HEX triplet: 21, 14 and 17. RGB value is (33,20,23). Sum of RGB (Red+Green+Blue) = 33+20+23=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211417 is #DEEBE8. Grayscale: #181818. Windows color (decimal): -14609385 or 1512481. OLE color: 1512481.

HSL color Cylindrical-coordinate representation of color #211417: hue angle of 346.15º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211417 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB332023-
CMYK00.390.300.87
HSL346.15º24.53%10.39%-
HSV(B)346.15º39.39%12.94%-
XYZ1.030.890.93-
YUV24.23127.31134.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 23 (9.38% from 255) = 30.26%
R=43.42%
G=26.32%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202300.390.300.87346.1524.5310.39
Hex2114170271E5715a19a
Octal412427047361275323112
Binary10000110100101110100111111101010111101011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211417; }

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

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

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

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

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

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

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

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