#200009

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

Shades of Rustic Red #200009

Tints of Rustic Red #200009

Color information

#200009 (or 0x200009) is unknown color: approx Rustic Red. HEX triplet: 20, 00 and 09. RGB value is (32,0,9). Sum of RGB (Red+Green+Blue) = 32+0+9=41 (5% of max value = 765). Red value is 32 (12.89% from 255 or 78.05% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 32 - color contains mainly: red. Hex color #200009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200009 is #DFFFF6. Grayscale: #0A0A0A. Windows color (decimal): -14680055 or 589856. OLE color: 589856.

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

Color convert

RGB3209-
CMYK010.720.87
HSL343.12º100%6.27%-
HSV(B)343.12º100%12.55%-
XYZ0.640.330.29-
YUV10.59127.1143.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 78.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=78.05%
G=0%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3209010.720.87343.121006.27
Hex20090644857157646
Octal4001101441101275271446
Binary1000000100101100100100100010101111010101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200009; }

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

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

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

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

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

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

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

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