#20040C

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

Shades of Rustic Red #20040C

Tints of Rustic Red #20040C

Color information

#20040C (or 0x20040C) is unknown color: approx Rustic Red. HEX triplet: 20, 04 and 0C. RGB value is (32,4,12). Sum of RGB (Red+Green+Blue) = 32+4+12=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #20040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20040C is #DFFBF3. Grayscale: #0D0D0D. Windows color (decimal): -14679028 or 787488. OLE color: 787488.

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

Color convert

RGB32412-
CMYK00.870.630.87
HSL342.86º77.78%7.06%-
HSV(B)342.86º87.5%12.55%-
XYZ0.710.420.39-
YUV13.28127.28141.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 12 (5.08% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3241200.870.630.87342.8677.787.06
Hex204C0573F571574e7
Octal404140127771275271167
Binary10000010011000101011111111110101111010101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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