#200C14

Color #200C14 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #200C14

Tints of Rustic Red #200C14

Color information

#200C14 (or 0x200C14) is unknown color: approx Rustic Red. HEX triplet: 20, 0C and 14. RGB value is (32,12,20). Sum of RGB (Red+Green+Blue) = 32+12+20=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #200C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C14 is #DFF3EB. Grayscale: #121212. Windows color (decimal): -14676972 or 1313824. OLE color: 1313824.

HSL color Cylindrical-coordinate representation of color #200C14: hue angle of 336º 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 #200C14 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB321220-
CMYK00.630.370.87
HSL336º45.45%8.63%-
HSV(B)336º62.5%12.55%-
XYZ0.850.620.74-
YUV18.89128.63137.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=50%
G=18.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32122000.630.370.8733645.458.63
Hex20C1403F25571502d9
Octal401424077451275205511
Binary100000110010100011111110010110101111010100001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #200C14;
 }
 .AnyTagClassName
 {
   color: #200C14;
 }
</style>
background-color css

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

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

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

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

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

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