#20040D

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

Shades of Rustic Red #20040D

Tints of Rustic Red #20040D

Color information

#20040D (or 0x20040D) is unknown color: approx Rustic Red. HEX triplet: 20, 04 and 0D. RGB value is (32,4,13). Sum of RGB (Red+Green+Blue) = 32+4+13=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #20040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20040D is #DFFBF2. Grayscale: #0D0D0D. Windows color (decimal): -14679027 or 853024. OLE color: 853024.

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

Color convert

RGB32413-
CMYK00.870.590.87
HSL340.71º77.78%7.06%-
HSV(B)340.71º87.5%12.55%-
XYZ0.710.420.42-
YUV13.4127.78141.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 65.31%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=65.31%
G=8.16%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3241300.870.590.87340.7177.787.06
Hex204D0573B571554e7
Octal404150127731275251167
Binary10000010011010101011111101110101111010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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