#20040E

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

Shades of Rustic Red #20040E

Tints of Rustic Red #20040E

Color information

#20040E (or 0x20040E) is unknown color: approx Rustic Red. HEX triplet: 20, 04 and 0E. RGB value is (32,4,14). Sum of RGB (Red+Green+Blue) = 32+4+14=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20040E is #DFFBF1. Grayscale: #0D0D0D. Windows color (decimal): -14679026 or 918560. OLE color: 918560.

HSL color Cylindrical-coordinate representation of color #20040E: hue angle of 338.57º 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 #20040E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB32414-
CMYK00.870.560.87
HSL338.57º77.78%7.06%-
HSV(B)338.57º87.5%12.55%-
XYZ0.720.430.46-
YUV13.51128.28141.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 14 (5.86% from 255) = 28%
R=64%
G=8%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3241400.870.560.87338.5777.787.06
Hex204E05738571534e7
Octal404160127701275231167
Binary10000010011100101011111100010101111010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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