#200A10

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

Shades of Rustic Red #200A10

Tints of Rustic Red #200A10

Color information

#200A10 (or 0x200A10) is unknown color: approx Rustic Red. HEX triplet: 20, 0A and 10. RGB value is (32,10,16). Sum of RGB (Red+Green+Blue) = 32+10+16=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A10 is #DFF5EF. Grayscale: #111111. Windows color (decimal): -14677488 or 1051168. OLE color: 1051168.

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

Color convert

RGB321016-
CMYK00.690.50.87
HSL343.64º52.38%8.24%-
HSV(B)343.64º68.75%12.55%-
XYZ0.80.560.56-
YUV17.26127.29138.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 10 (4.30% from 255) = 17.24%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=55.17%
G=17.24%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32101600.690.50.87343.6452.388.24
Hex20A100453257158348
Octal4012200105621275306410
Binary1000001010100000100010111001010101111010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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