Html Css Color HEX #200D11 Rustic Red

📋 copy color: '#200D11'

red 32 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #200D11

Tints of Rustic Red #200D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.97%

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

R = 51.61%
G = 20.97%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#200D11 (or 0x200D11) is known color: Rustic Red. HEX triplet: 20, 0D and 11. RGB value is (32,13,17). Sum of RGB (Red+Green+Blue) = 32+13+17=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #200D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D11 is #DFF2EE. Grayscale: #131313. Windows color (decimal): -14676719 or 1117472. OLE color: 1117472.

HSL color Cylindrical-coordinate representation of color #200D11: hue angle of 347.37º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #200D11 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 13 17 -
CMYK 0 0.59 0.47 0.87
HSL 347.37º 0.42% 0.09% -
HSV(B) 347.37º 0.59% 0.13% -
XYZ 0.84 0.64 0.61 -
YUV 19.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 32 13 17 0 0.59 0.47 0.87 347.37 0.42 0.09
Hex 20 D 11 0 3B 2F 57 15B 2A 9
Octal 40 15 21 0 73 57 127 533 52 11
Binary 100000 1101 10001 0 111011 101111 1010111 101011011 101010 1001

Color Harmonies of #200D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D11

Black with #200D11

Text Example


Text Example

White with #200D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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