Html Css Color HEX #200711 Rustic Red

📋 copy color: '#200711'

red 32 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #200711

Tints of Rustic Red #200711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.5%

 BLUE value IS 17 (7.03% from 255) = 30.36%

R = 57.14%
G = 12.5%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#200711 (or 0x200711) is known color: Rustic Red. HEX triplet: 20, 07 and 11. RGB value is (32,7,17). Sum of RGB (Red+Green+Blue) = 32+7+17=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200711 is #DFF8EE. Grayscale: #0F0F0F. Windows color (decimal): -14678255 or 1115936. OLE color: 1115936.

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

Color convert

RGB 32 7 17 -
CMYK 0 0.78 0.47 0.87
HSL 336º 0.64% 0.08% -
HSV(B) 336º 0.78% 0.13% -
XYZ 0.77 0.5 0.59 -
YUV 15.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 32 7 17 0 0.78 0.47 0.87 336 0.64 0.08
Hex 20 7 11 0 4E 2F 57 150 40 8
Octal 40 7 21 0 116 57 127 520 100 10
Binary 100000 111 10001 0 1001110 101111 1010111 101010000 1000000 1000

Color Harmonies of #200711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200711

Black with #200711

Text Example


Text Example

White with #200711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200711; }

 p { color: rgb(32,7,17); }

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

background-color css

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

 a { background-color: rgb(32,7,17); }

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

border-color css

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

 span { border-color: rgb(32,7,17); }

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