#20060C

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

Shades of Rustic Red #20060C

Tints of Rustic Red #20060C

Color information

#20060C (or 0x20060C) is unknown color: approx Rustic Red. HEX triplet: 20, 06 and 0C. RGB value is (32,6,12). Sum of RGB (Red+Green+Blue) = 32+6+12=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20060C is #DFF9F3. Grayscale: #0E0E0E. Windows color (decimal): -14678516 or 788000. OLE color: 788000.

HSL color Cylindrical-coordinate representation of color #20060C: hue angle of 346.15º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20060C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB32612-
CMYK00.810.630.87
HSL346.15º68.42%7.45%-
HSV(B)346.15º81.25%12.55%-
XYZ0.730.460.4-
YUV14.46126.61140.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 12 (5.08% from 255) = 24%
R=64%
G=12%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3261200.810.630.87346.1568.427.45
Hex206C0513F5715a447
Octal406140121771275321047
Binary10000011011000101000111111110101111010110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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