#201115

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

Shades of Rustic Red #201115

Tints of Rustic Red #201115

Color information

#201115 (or 0x201115) is unknown color: approx Rustic Red. HEX triplet: 20, 11 and 15. RGB value is (32,17,21). Sum of RGB (Red+Green+Blue) = 32+17+21=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #201115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201115 is #DFEEEA. Grayscale: #151515. Windows color (decimal): -14675691 or 1380640. OLE color: 1380640.

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

Color convert

RGB321721-
CMYK00.470.340.87
HSL344º30.61%9.61%-
HSV(B)344º46.88%12.55%-
XYZ0.930.760.81-
YUV21.94127.47135.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 21 (8.59% from 255) = 30%
R=45.71%
G=24.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32172100.470.340.8734430.619.61
Hex20111502F22571581fa
Octal402125057421275303712
Binary100000100011010101011111000101010111101011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201115; }

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

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

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

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

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

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

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

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