#20020D

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

Shades of Rustic Red #20020D

Tints of Rustic Red #20020D

Color information

#20020D (or 0x20020D) is unknown color: approx Rustic Red. HEX triplet: 20, 02 and 0D. RGB value is (32,2,13). Sum of RGB (Red+Green+Blue) = 32+2+13=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #20020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20020D is #DFFDF2. Grayscale: #0C0C0C. Windows color (decimal): -14679539 or 852512. OLE color: 852512.

HSL color Cylindrical-coordinate representation of color #20020D: hue angle of 338º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20020D is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB32213-
CMYK00.940.590.87
HSL338º88.24%6.67%-
HSV(B)338º93.75%12.55%-
XYZ0.690.380.42-
YUV12.22128.44142.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 68.09%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=68.09%
G=4.26%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3221300.940.590.8733888.246.67
Hex202D05E3B57152587
Octal402150136731275221307
Binary1000001011010101111011101110101111010100101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20020D; }

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

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

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

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

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

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

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

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