#200C0F

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

Shades of Rustic Red #200C0F

Tints of Rustic Red #200C0F

Color information

#200C0F (or 0x200C0F) is unknown color: approx Rustic Red. HEX triplet: 20, 0C and 0F. RGB value is (32,12,15). Sum of RGB (Red+Green+Blue) = 32+12+15=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 15 (6.25% from 255 or 25.42% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C0F is #DFF3F0. Grayscale: #121212. Windows color (decimal): -14676977 or 986144. OLE color: 986144.

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

Color convert

RGB321215-
CMYK00.630.530.87
HSL351º45.45%8.63%-
HSV(B)351º62.5%12.55%-
XYZ0.810.60.53-
YUV18.32126.13137.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 54.24%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 15 (6.25% from 255) = 25.42%
R=54.24%
G=20.34%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32121500.630.530.8735145.458.63
Hex20CF03F355715f2d9
Octal401417077651275375511
Binary10000011001111011111111010110101111010111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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