#201014

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

Shades of Rustic Red #201014

Tints of Rustic Red #201014

Color information

#201014 (or 0x201014) is unknown color: approx Rustic Red. HEX triplet: 20, 10 and 14. RGB value is (32,16,20). Sum of RGB (Red+Green+Blue) = 32+16+20=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #201014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201014 is #DFEFEB. Grayscale: #151515. Windows color (decimal): -14675948 or 1314848. OLE color: 1314848.

HSL color Cylindrical-coordinate representation of color #201014: hue angle of 345º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201014 is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB321620-
CMYK00.50.370.87
HSL345º33.33%9.41%-
HSV(B)345º50%12.55%-
XYZ0.910.730.75-
YUV21.24127.3135.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=47.06%
G=23.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32162000.50.370.8734533.339.41
Hex2010140322557159219
Octal402024062451275314111
Binary1000001000010100011001010010110101111010110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201014; }

 p { color: rgb(32,16,20); }

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

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

 a { background-color: rgb(32,16,20); }

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

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

 span { border-color: rgb(32,16,20); }

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