#201215

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

Shades of Rustic Red #201215

Tints of Rustic Red #201215

Color information

#201215 (or 0x201215) is unknown color: approx Rustic Red. HEX triplet: 20, 12 and 15. RGB value is (32,18,21). Sum of RGB (Red+Green+Blue) = 32+18+21=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #201215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201215 is #DFEDEA. Grayscale: #161616. Windows color (decimal): -14675435 or 1380896. OLE color: 1380896.

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

Color convert

RGB321821-
CMYK00.440.340.87
HSL347.14º28%9.8%-
HSV(B)347.14º43.75%12.55%-
XYZ0.950.790.81-
YUV22.53127.14134.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=45.07%
G=25.35%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32182100.440.340.87347.14289.8
Hex20121502C225715b1ca
Octal402225054421275333412
Binary100000100101010101011001000101010111101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201215; }

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

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

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

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

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

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

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

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