Html Css Color HEX #200509 Rustic Red

📋 copy color: '#200509'

red 32 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #200509

Tints of Rustic Red #200509

RGB

 RED value IS 32 (12.89% from 255) = 69.57%

 GREEN value IS 5 (2.34% from 255) = 10.87%

 BLUE value IS 9 (3.91% from 255) = 19.57%

R = 69.57%
G = 10.87%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#200509 (or 0x200509) is known color: Rustic Red. HEX triplet: 20, 05 and 09. RGB value is (32,5,9). Sum of RGB (Red+Green+Blue) = 32+5+9=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #200509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200509 is #DFFAF6. Grayscale: #0D0D0D. Windows color (decimal): -14678775 or 591136. OLE color: 591136.

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

Color convert

RGB 32 5 9 -
CMYK 0 0.84 0.72 0.87
HSL 351.11º 0.73% 0.07% -
HSV(B) 351.11º 0.84% 0.13% -
XYZ 0.7 0.44 0.31 -
YUV 13.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 32 5 9 0 0.84 0.72 0.87 351.11 0.73 0.07
Hex 20 5 9 0 54 48 57 15F 49 7
Octal 40 5 11 0 124 110 127 537 111 7
Binary 100000 101 1001 0 1010100 1001000 1010111 101011111 1001001 111

Color Harmonies of #200509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200509

Black with #200509

Text Example


Text Example

White with #200509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200509; }

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

 H1.HeaderClassName
 {
   color: #200509;
 }
 .AnyTagClassName
 {
   color: #200509;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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