#211517

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

Shades of Rustic Red #211517

Tints of Rustic Red #211517

Color information

#211517 (or 0x211517) is unknown color: approx Rustic Red. HEX triplet: 21, 15 and 17. RGB value is (33,21,23). Sum of RGB (Red+Green+Blue) = 33+21+23=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #211517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211517 is #DEEAE8. Grayscale: #181818. Windows color (decimal): -14609129 or 1512737. OLE color: 1512737.

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

Color convert

RGB332123-
CMYK00.360.300.87
HSL350º22.22%10.59%-
HSV(B)350º36.36%12.94%-
XYZ1.050.920.93-
YUV24.82126.98133.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=42.86%
G=27.27%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33212300.360.300.8735022.2210.59
Hex2115170241E5715e16b
Octal412527044361275362613
Binary10000110101101110100100111101010111101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211517; }

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

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

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

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

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

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

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

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