#211B1C

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

Shades of Rustic Red #211B1C

Tints of Rustic Red #211B1C

Color information

#211B1C (or 0x211B1C) is unknown color: approx Rustic Red. HEX triplet: 21, 1B and 1C. RGB value is (33,27,28). Sum of RGB (Red+Green+Blue) = 33+27+28=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 33 - color contains mainly: red. Hex color #211B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B1C is #DEE4E3. Grayscale: #1C1C1C. Windows color (decimal): -14607588 or 1841953. OLE color: 1841953.

HSL color Cylindrical-coordinate representation of color #211B1C: hue angle of 350º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #211B1C is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB332728-
CMYK00.180.150.87
HSL350º10%11.76%-
HSV(B)350º18.18%12.94%-
XYZ1.231.191.26-
YUV28.91127.49130.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=37.5%
G=30.68%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33272800.180.150.873501011.76
Hex211B1C012F5715eac
Octal413334022171275361214
Binary10000111011111000100101111101011110101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211B1C; }

 p { color: rgb(33,27,28); }

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

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

 a { background-color: rgb(33,27,28); }

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

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

 span { border-color: rgb(33,27,28); }

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