#200F16

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

Shades of Rustic Red #200F16

Tints of Rustic Red #200F16

Color information

#200F16 (or 0x200F16) is unknown color: approx Rustic Red. HEX triplet: 20, 0F and 16. RGB value is (32,15,22). Sum of RGB (Red+Green+Blue) = 32+15+22=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #200F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F16 is #DFF0E9. Grayscale: #141414. Windows color (decimal): -14676202 or 1445664. OLE color: 1445664.

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

Color convert

RGB321522-
CMYK00.530.310.87
HSL335.29º36.17%9.22%-
HSV(B)335.29º53.12%12.55%-
XYZ0.910.710.85-
YUV20.88128.63135.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 22 (8.98% from 255) = 31.88%
R=46.38%
G=21.74%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32152200.530.310.87335.2936.179.22
Hex20F160351F5714f249
Octal401726065371275174411
Binary10000011111011001101011111110101111010011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,15,22); }

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

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

 a { background-color: rgb(32,15,22); }

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

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

 span { border-color: rgb(32,15,22); }

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