#200512

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

Shades of Rustic Red #200512

Tints of Rustic Red #200512

Color information

#200512 (or 0x200512) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 12. RGB value is (32,5,18). Sum of RGB (Red+Green+Blue) = 32+5+18=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200512 is #DFFAED. Grayscale: #0E0E0E. Windows color (decimal): -14678766 or 1180960. OLE color: 1180960.

HSL color Cylindrical-coordinate representation of color #200512: hue angle of 331.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200512 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB32518-
CMYK00.840.440.87
HSL331.11º72.97%7.25%-
HSV(B)331.11º84.38%12.55%-
XYZ0.760.460.62-
YUV14.56129.95140.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 58.18%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=58.18%
G=9.09%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251800.840.440.87331.1172.977.25
Hex205120542C5714b497
Octal405220124541275131117
Binary100000101100100101010010110010101111010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200512; }

 p { color: rgb(32,5,18); }

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

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

 a { background-color: rgb(32,5,18); }

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

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

 span { border-color: rgb(32,5,18); }

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