#211117

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

Shades of Rustic Red #211117

Tints of Rustic Red #211117

Color information

#211117 (or 0x211117) is unknown color: approx Rustic Red. HEX triplet: 21, 11 and 17. RGB value is (33,17,23). Sum of RGB (Red+Green+Blue) = 33+17+23=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211117 is #DEEEE8. Grayscale: #161616. Windows color (decimal): -14610153 or 1511713. OLE color: 1511713.

HSL color Cylindrical-coordinate representation of color #211117: hue angle of 337.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 #211117 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB331723-
CMYK00.480.300.87
HSL337.5º32%9.8%-
HSV(B)337.5º48.48%12.94%-
XYZ0.980.790.91-
YUV22.47128.3135.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 23 (9.38% from 255) = 31.51%
R=45.21%
G=23.29%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33172300.480.300.87337.5329.8
Hex2111170301E5715220a
Octal412127060361275224012
Binary100001100011011101100001111010101111010100101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211117; }

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

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

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

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

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

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

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

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