#200E15

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

Shades of Rustic Red #200E15

Tints of Rustic Red #200E15

Color information

#200E15 (or 0x200E15) is unknown color: approx Rustic Red. HEX triplet: 20, 0E and 15. RGB value is (32,14,21). Sum of RGB (Red+Green+Blue) = 32+14+21=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #200E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E15 is #DFF1EA. Grayscale: #141414. Windows color (decimal): -14676459 or 1379872. OLE color: 1379872.

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

Color convert

RGB321421-
CMYK00.560.340.87
HSL336.67º39.13%9.02%-
HSV(B)336.67º56.25%12.55%-
XYZ0.890.680.79-
YUV20.18128.46136.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 14 (5.86% from 255) = 20.90%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=47.76%
G=20.90%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32142100.560.340.87336.6739.139.02
Hex20E150382257151279
Octal401625070421275214711
Binary100000111010101011100010001010101111010100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,14,21); }

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

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

 a { background-color: rgb(32,14,21); }

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

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

 span { border-color: rgb(32,14,21); }

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