Html Css Color HEX #200009 Rustic Red

📋 copy color: '#200009'

red 32 ◦ green 0 ◦ blue 9

#200009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #200009

Tints of Rustic Red #200009

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 value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#200009 (or 0x200009) is known color: 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

RGB 32 0 9 -
CMYK 0 1 0.72 0.87
HSL 343.13º 1% 0.06% -
HSV(B) 343.13º 1% 0.13% -
XYZ 0.64 0.33 0.29 -
YUV 10.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 32 0 9 0 1 0.72 0.87 343.13 1 0.06
Hex 20 0 9 0 64 48 57 157 64 6
Octal 40 0 11 0 144 110 127 527 144 6
Binary 100000 0 1001 0 1100100 1001000 1010111 101010111 1100100 110

Color Harmonies of #200009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200009

Black with #200009

Text Example


Text Example

White with #200009

Text Example


Text Example

HTML Codes & Css Web 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>