#200004

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

Shades of Rustic Red #200004

Tints of Rustic Red #200004

Color information

#200004 (or 0x200004) is unknown color: approx Rustic Red. HEX triplet: 20, 00 and 04. RGB value is (32,0,4). Sum of RGB (Red+Green+Blue) = 32+0+4=36 (4% of max value = 765). Red value is 32 (12.89% from 255 or 88.89% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 32 - color contains mainly: red. Hex color #200004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200004 is #DFFFFB. Grayscale: #0A0A0A. Windows color (decimal): -14680060 or 262176. OLE color: 262176.

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

Color convert

RGB3204-
CMYK010.870.87
HSL352.5º100%6.27%-
HSV(B)352.5º100%12.55%-
XYZ0.620.320.14-
YUV10.02124.6143.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 88.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=88.89%
G=0%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3204010.870.87352.51006.27
Hex20040645757160646
Octal400401441271275401446
Binary100000010001100100101011110101111011000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200004; }

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

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

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

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

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

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

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

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