#201012

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

Shades of Rustic Red #201012

Tints of Rustic Red #201012

Color information

#201012 (or 0x201012) is unknown color: approx Rustic Red. HEX triplet: 20, 10 and 12. RGB value is (32,16,18). Sum of RGB (Red+Green+Blue) = 32+16+18=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #201012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201012 is #DFEFED. Grayscale: #151515. Windows color (decimal): -14675950 or 1183776. OLE color: 1183776.

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

Color convert

RGB321618-
CMYK00.50.440.87
HSL352.5º33.33%9.41%-
HSV(B)352.5º50%12.55%-
XYZ0.890.720.66-
YUV21.01126.3135.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=48.48%
G=24.24%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32161800.50.440.87352.533.339.41
Hex2010120322C57160219
Octal402022062541275404111
Binary1000001000010010011001010110010101111011000001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201012; }

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

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

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

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

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

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

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

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