#200409

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

Shades of Rustic Red #200409

Tints of Rustic Red #200409

Color information

#200409 (or 0x200409) is unknown color: approx Rustic Red. HEX triplet: 20, 04 and 09. RGB value is (32,4,9). Sum of RGB (Red+Green+Blue) = 32+4+9=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #200409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200409 is #DFFBF6. Grayscale: #0C0C0C. Windows color (decimal): -14679031 or 590880. OLE color: 590880.

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

Color convert

RGB3249-
CMYK00.870.720.87
HSL349.29º77.78%7.06%-
HSV(B)349.29º87.5%12.55%-
XYZ0.690.410.3-
YUV12.94125.78141.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 71.11%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 9 (3.91% from 255) = 20%
R=71.11%
G=8.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal324900.870.720.87349.2977.787.06
Hex2049057485715d4e7
Octal4041101271101275351167
Binary100000100100101010111100100010101111010111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200409; }

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

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

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

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

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

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

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

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