Html Css Color HEX #200C11 Rustic Red

📋 copy color: '#200C11'

red 32 ◦ green 12 ◦ blue 17

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

Shades of Rustic Red #200C11

Tints of Rustic Red #200C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.67%

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

R = 52.46%
G = 19.67%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#200C11 (or 0x200C11) is known color: Rustic Red. HEX triplet: 20, 0C and 11. RGB value is (32,12,17). Sum of RGB (Red+Green+Blue) = 32+12+17=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #200C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C11 is #DFF3EE. Grayscale: #121212. Windows color (decimal): -14676975 or 1117216. OLE color: 1117216.

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

Color convert

RGB 32 12 17 -
CMYK 0 0.63 0.47 0.87
HSL 345º 0.45% 0.09% -
HSV(B) 345º 0.63% 0.13% -
XYZ 0.83 0.61 0.6 -
YUV 18.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 32 12 17 0 0.63 0.47 0.87 345 0.45 0.09
Hex 20 C 11 0 3F 2F 57 159 2D 9
Octal 40 14 21 0 77 57 127 531 55 11
Binary 100000 1100 10001 0 111111 101111 1010111 101011001 101101 1001

Color Harmonies of #200C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C11

Black with #200C11

Text Example


Text Example

White with #200C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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