#211316

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

Shades of Rustic Red #211316

Tints of Rustic Red #211316

Color information

#211316 (or 0x211316) is unknown color: approx Rustic Red. HEX triplet: 21, 13 and 16. RGB value is (33,19,22). Sum of RGB (Red+Green+Blue) = 33+19+22=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211316 is #DEECE9. Grayscale: #171717. Windows color (decimal): -14609642 or 1446689. OLE color: 1446689.

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

Color convert

RGB331922-
CMYK00.420.330.87
HSL347.14º26.92%10.2%-
HSV(B)347.14º42.42%12.94%-
XYZ10.850.87-
YUV23.53127.14134.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=44.59%
G=25.68%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33192200.420.330.87347.1426.9210.2
Hex21131602A215715b1ba
Octal412326052411275333312
Binary100001100111011001010101000011010111101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211316; }

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

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

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

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

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

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

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

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