Html Css Color HEX #200609 Rustic Red

📋 copy color: '#200609'

red 32 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #200609

Tints of Rustic Red #200609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.77%

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

R = 68.09%
G = 12.77%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#200609 (or 0x200609) is known color: Rustic Red. HEX triplet: 20, 06 and 09. RGB value is (32,6,9). Sum of RGB (Red+Green+Blue) = 32+6+9=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #200609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200609 is #DFF9F6. Grayscale: #0E0E0E. Windows color (decimal): -14678519 or 591392. OLE color: 591392.

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

Color convert

RGB 32 6 9 -
CMYK 0 0.81 0.72 0.87
HSL 353.08º 0.68% 0.07% -
HSV(B) 353.08º 0.81% 0.13% -
XYZ 0.71 0.46 0.31 -
YUV 14.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 32 6 9 0 0.81 0.72 0.87 353.08 0.68 0.07
Hex 20 6 9 0 51 48 57 161 44 7
Octal 40 6 11 0 121 110 127 541 104 7
Binary 100000 110 1001 0 1010001 1001000 1010111 101100001 1000100 111

Color Harmonies of #200609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200609

Black with #200609

Text Example


Text Example

White with #200609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200609; }

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

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

background-color css

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

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

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

border-color css

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

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

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