#200A11

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

Shades of Rustic Red #200A11

Tints of Rustic Red #200A11

Color information

#200A11 (or 0x200A11) is unknown color: approx Rustic Red. HEX triplet: 20, 0A and 11. RGB value is (32,10,17). Sum of RGB (Red+Green+Blue) = 32+10+17=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A11 is #DFF5EE. Grayscale: #111111. Windows color (decimal): -14677487 or 1116704. OLE color: 1116704.

HSL color Cylindrical-coordinate representation of color #200A11: hue angle of 340.91º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A11 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB321017-
CMYK00.690.470.87
HSL340.91º52.38%8.24%-
HSV(B)340.91º68.75%12.55%-
XYZ0.810.560.6-
YUV17.38127.79138.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 54.24%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=54.24%
G=16.95%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32101700.690.470.87340.9152.388.24
Hex20A110452F57155348
Octal4012210105571275256410
Binary1000001010100010100010110111110101111010101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200A11; }

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

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

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

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

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

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

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

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