#200913

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

Shades of Rustic Red #200913

Tints of Rustic Red #200913

Color information

#200913 (or 0x200913) is unknown color: approx Rustic Red. HEX triplet: 20, 09 and 13. RGB value is (32,9,19). Sum of RGB (Red+Green+Blue) = 32+9+19=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200913 is #DFF6EC. Grayscale: #111111. Windows color (decimal): -14677741 or 1247520. OLE color: 1247520.

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

Color convert

RGB32919-
CMYK00.720.410.87
HSL333.91º56.1%8.04%-
HSV(B)333.91º71.88%12.55%-
XYZ0.810.550.68-
YUV17.02129.12138.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=53.33%
G=15%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3291900.720.410.87333.9156.18.04
Hex20913048295714e388
Octal4011230110511275167010
Binary1000001001100110100100010100110101111010011101110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200913; }

 p { color: rgb(32,9,19); }

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

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

 a { background-color: rgb(32,9,19); }

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

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

 span { border-color: rgb(32,9,19); }

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