#200006

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

Shades of Rustic Red #200006

Tints of Rustic Red #200006

Color information

#200006 (or 0x200006) is unknown color: approx Rustic Red. HEX triplet: 20, 00 and 06. RGB value is (32,0,6). Sum of RGB (Red+Green+Blue) = 32+0+6=38 (5% of max value = 765). Red value is 32 (12.89% from 255 or 84.21% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 32 - color contains mainly: red. Hex color #200006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200006 is #DFFFF9. Grayscale: #0A0A0A. Windows color (decimal): -14680058 or 393248. OLE color: 393248.

HSL color Cylindrical-coordinate representation of color #200006: hue angle of 348.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200006 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB3206-
CMYK010.810.87
HSL348.75º100%6.27%-
HSV(B)348.75º100%12.55%-
XYZ0.630.320.2-
YUV10.25125.6143.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 84.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 15.79%
R=84.21%
G=0%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3206010.810.87348.751006.27
Hex2006064515715d646
Octal400601441211275351446
Binary100000011001100100101000110101111010111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200006; }

 p { color: rgb(32,0,6); }

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

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

 a { background-color: rgb(32,0,6); }

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

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

 span { border-color: rgb(32,0,6); }

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