#201117

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

Shades of Rustic Red #201117

Tints of Rustic Red #201117

Color information

#201117 (or 0x201117) is unknown color: approx Rustic Red. HEX triplet: 20, 11 and 17. RGB value is (32,17,23). Sum of RGB (Red+Green+Blue) = 32+17+23=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201117 is #DFEEE8. Grayscale: #161616. Windows color (decimal): -14675689 or 1511712. OLE color: 1511712.

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

Color convert

RGB321723-
CMYK00.470.280.87
HSL336º30.61%9.61%-
HSV(B)336º46.88%12.55%-
XYZ0.950.770.91-
YUV22.17128.47135.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=44.44%
G=23.61%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32172300.470.280.8733630.619.61
Hex20111702F1C571501fa
Octal402127057341275203712
Binary10000010001101110101111111001010111101010000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201117; }

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

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

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

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

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

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

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

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