#201317

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

Shades of Rustic Red #201317

Tints of Rustic Red #201317

Color information

#201317 (or 0x201317) is unknown color: approx Rustic Red. HEX triplet: 20, 13 and 17. RGB value is (32,19,23). Sum of RGB (Red+Green+Blue) = 32+19+23=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 32 - color contains mainly: red. Hex color #201317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201317 is #DFECE8. Grayscale: #171717. Windows color (decimal): -14675177 or 1512224. OLE color: 1512224.

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

Color convert

RGB321923-
CMYK00.410.280.87
HSL341.54º25.49%10%-
HSV(B)341.54º40.62%12.55%-
XYZ0.980.830.92-
YUV23.34127.81134.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.24%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=43.24%
G=25.68%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32192300.410.280.87341.5425.4910
Hex2013170291C5715619a
Octal402327051341275263112
Binary10000010011101110101001111001010111101010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201317; }

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

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

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

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

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

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

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

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