#20040F

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

Shades of Rustic Red #20040F

Tints of Rustic Red #20040F

Color information

#20040F (or 0x20040F) is unknown color: approx Rustic Red. HEX triplet: 20, 04 and 0F. RGB value is (32,4,15). Sum of RGB (Red+Green+Blue) = 32+4+15=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #20040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20040F is #DFFBF0. Grayscale: #0D0D0D. Windows color (decimal): -14679025 or 984096. OLE color: 984096.

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

Color convert

RGB32415-
CMYK00.870.530.87
HSL336.43º77.78%7.06%-
HSV(B)336.43º87.5%12.55%-
XYZ0.730.430.5-
YUV13.63128.78141.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=62.75%
G=7.84%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3241500.870.530.87336.4377.787.06
Hex204F05735571504e7
Octal404170127651275201167
Binary10000010011110101011111010110101111010100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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