#211113

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

Shades of Rustic Red #211113

Tints of Rustic Red #211113

Color information

#211113 (or 0x211113) is unknown color: approx Rustic Red. HEX triplet: 21, 11 and 13. RGB value is (33,17,19). Sum of RGB (Red+Green+Blue) = 33+17+19=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #211113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211113 is #DEEEEC. Grayscale: #161616. Windows color (decimal): -14610157 or 1249569. OLE color: 1249569.

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

Color convert

RGB331719-
CMYK00.480.420.87
HSL352.5º32%9.8%-
HSV(B)352.5º48.48%12.94%-
XYZ0.950.770.72-
YUV22.01126.3135.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 19 (7.81% from 255) = 27.54%
R=47.83%
G=24.64%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33171900.480.420.87352.5329.8
Hex2111130302A5716020a
Octal412123060521275404012
Binary1000011000110011011000010101010101111011000001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211113; }

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

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

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

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

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

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

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

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