#200511

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

Shades of Rustic Red #200511

Tints of Rustic Red #200511

Color information

#200511 (or 0x200511) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 11. RGB value is (32,5,17). Sum of RGB (Red+Green+Blue) = 32+5+17=54 (7% of max value = 765). Red value is 32 (12.89% from 255 or 59.26% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 32 - color contains mainly: red. Hex color #200511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200511 is #DFFAEE. Grayscale: #0E0E0E. Windows color (decimal): -14678767 or 1115424. OLE color: 1115424.

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

Color convert

RGB32517-
CMYK00.840.470.87
HSL333.33º72.97%7.25%-
HSV(B)333.33º84.38%12.55%-
XYZ0.750.460.58-
YUV14.44129.45140.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 59.26%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=59.26%
G=9.26%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251700.840.470.87333.3372.977.25
Hex205110542F5714d497
Octal405210124571275151117
Binary100000101100010101010010111110101111010011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200511; }

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

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

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

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

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

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

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

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