#211318

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

Shades of Rustic Red #211318

Tints of Rustic Red #211318

Color information

#211318 (or 0x211318) is unknown color: approx Rustic Red. HEX triplet: 21, 13 and 18. RGB value is (33,19,24). Sum of RGB (Red+Green+Blue) = 33+19+24=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211318 is #DEECE7. Grayscale: #171717. Windows color (decimal): -14609640 or 1577761. OLE color: 1577761.

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

Color convert

RGB331924-
CMYK00.420.270.87
HSL338.57º26.92%10.2%-
HSV(B)338.57º42.42%12.94%-
XYZ1.020.860.98-
YUV23.76128.14134.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=43.42%
G=25%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33192400.420.270.87338.5726.9210.2
Hex21131802A1B571531ba
Octal412330052331275233312
Binary10000110011110000101010110111010111101010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211318; }

 p { color: rgb(33,19,24); }

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

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

 a { background-color: rgb(33,19,24); }

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

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

 span { border-color: rgb(33,19,24); }

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