#20070C

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

Shades of Rustic Red #20070C

Tints of Rustic Red #20070C

Color information

#20070C (or 0x20070C) is unknown color: approx Rustic Red. HEX triplet: 20, 07 and 0C. RGB value is (32,7,12). Sum of RGB (Red+Green+Blue) = 32+7+12=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #20070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20070C is #DFF8F3. Grayscale: #0F0F0F. Windows color (decimal): -14678260 or 788256. OLE color: 788256.

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

Color convert

RGB32712-
CMYK00.780.630.87
HSL348º64.1%7.65%-
HSV(B)348º78.12%12.55%-
XYZ0.740.490.4-
YUV15.04126.28140.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=62.75%
G=13.73%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3271200.780.630.8734864.17.65
Hex207C04E3F5715c408
Octal4071401167712753410010
Binary100000111110001001110111111101011110101110010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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