#200A0D

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

Shades of Rustic Red #200A0D

Tints of Rustic Red #200A0D

Color information

#200A0D (or 0x200A0D) is unknown color: approx Rustic Red. HEX triplet: 20, 0A and 0D. RGB value is (32,10,13). Sum of RGB (Red+Green+Blue) = 32+10+13=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A0D is #DFF5F2. Grayscale: #101010. Windows color (decimal): -14677491 or 854560. OLE color: 854560.

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

Color convert

RGB321013-
CMYK00.690.590.87
HSL351.82º52.38%8.24%-
HSV(B)351.82º68.75%12.55%-
XYZ0.780.550.45-
YUV16.92125.79138.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 58.18%
GREEN value IS 10 (4.30% from 255) = 18.18%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=58.18%
G=18.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32101300.690.590.87351.8252.388.24
Hex20AD0453B57160348
Octal4012150105731275406410
Binary100000101011010100010111101110101111011000001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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