#20070E

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

Shades of Rustic Red #20070E

Tints of Rustic Red #20070E

Color information

#20070E (or 0x20070E) is unknown color: approx Rustic Red. HEX triplet: 20, 07 and 0E. RGB value is (32,7,14). Sum of RGB (Red+Green+Blue) = 32+7+14=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20070E is #DFF8F1. Grayscale: #0F0F0F. Windows color (decimal): -14678258 or 919328. OLE color: 919328.

HSL color Cylindrical-coordinate representation of color #20070E: hue angle of 343.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20070E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB32714-
CMYK00.780.560.87
HSL343.2º64.1%7.65%-
HSV(B)343.2º78.12%12.55%-
XYZ0.750.490.47-
YUV15.27127.28139.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=60.38%
G=13.21%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3271400.780.560.87343.264.17.65
Hex207E04E3857157408
Octal4071601167012752710010
Binary100000111111001001110111000101011110101011110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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