#200311

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

Shades of Rustic Red #200311

Tints of Rustic Red #200311

Color information

#200311 (or 0x200311) is unknown color: approx Rustic Red. HEX triplet: 20, 03 and 11. RGB value is (32,3,17). Sum of RGB (Red+Green+Blue) = 32+3+17=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200311 is #DFFCEE. Grayscale: #0D0D0D. Windows color (decimal): -14679279 or 1114912. OLE color: 1114912.

HSL color Cylindrical-coordinate representation of color #200311: hue angle of 331.03º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200311 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB32317-
CMYK00.910.470.87
HSL331.03º82.86%6.86%-
HSV(B)331.03º90.62%12.55%-
XYZ0.730.410.57-
YUV13.27130.11141.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=61.54%
G=5.77%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3231700.910.470.87331.0382.866.86
Hex2031105B2F5714b537
Octal403210133571275131237
Binary10000011100010101101110111110101111010010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200311; }

 p { color: rgb(32,3,17); }

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

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

 a { background-color: rgb(32,3,17); }

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

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

 span { border-color: rgb(32,3,17); }

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