#201013

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

Shades of Rustic Red #201013

Tints of Rustic Red #201013

Color information

#201013 (or 0x201013) is unknown color: approx Rustic Red. HEX triplet: 20, 10 and 13. RGB value is (32,16,19). Sum of RGB (Red+Green+Blue) = 32+16+19=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #201013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201013 is #DFEFEC. Grayscale: #151515. Windows color (decimal): -14675949 or 1249312. OLE color: 1249312.

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

Color convert

RGB321619-
CMYK00.50.410.87
HSL348.75º33.33%9.41%-
HSV(B)348.75º50%12.55%-
XYZ0.90.720.71-
YUV21.13126.8135.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=47.76%
G=23.88%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32161900.50.410.87348.7533.339.41
Hex201013032295715d219
Octal402023062511275354111
Binary1000001000010011011001010100110101111010111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201013; }

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

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

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

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

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

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

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

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