#201015

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

Shades of Rustic Red #201015

Tints of Rustic Red #201015

Color information

#201015 (or 0x201015) is unknown color: approx Rustic Red. HEX triplet: 20, 10 and 15. RGB value is (32,16,21). Sum of RGB (Red+Green+Blue) = 32+16+21=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #201015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201015 is #DFEFEA. Grayscale: #151515. Windows color (decimal): -14675947 or 1380384. OLE color: 1380384.

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

Color convert

RGB321621-
CMYK00.50.340.87
HSL341.25º33.33%9.41%-
HSV(B)341.25º50%12.55%-
XYZ0.920.730.8-
YUV21.35127.8135.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=46.38%
G=23.19%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32162100.50.340.87341.2533.339.41
Hex2010150322257155219
Octal402025062421275254111
Binary1000001000010101011001010001010101111010101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201015; }

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

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

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

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

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

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

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

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