#200710

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

Shades of Rustic Red #200710

Tints of Rustic Red #200710

Color information

#200710 (or 0x200710) is unknown color: approx Rustic Red. HEX triplet: 20, 07 and 10. RGB value is (32,7,16). Sum of RGB (Red+Green+Blue) = 32+7+16=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200710 is #DFF8EF. Grayscale: #0F0F0F. Windows color (decimal): -14678256 or 1050400. OLE color: 1050400.

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

Color convert

RGB32716-
CMYK00.780.50.87
HSL338.4º64.1%7.65%-
HSV(B)338.4º78.12%12.55%-
XYZ0.770.50.55-
YUV15.5128.28139.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 58.18%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=58.18%
G=12.73%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3271600.780.50.87338.464.17.65
Hex2071004E3257152408
Octal4072001166212752210010
Binary1000001111000001001110110010101011110101001010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200710; }

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

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

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

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

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

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

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

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