#200003

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

Shades of Rustic Red #200003

Tints of Rustic Red #200003

Color information

#200003 (or 0x200003) is unknown color: approx Rustic Red. HEX triplet: 20, 00 and 03. RGB value is (32,0,3). Sum of RGB (Red+Green+Blue) = 32+0+3=35 (4% of max value = 765). Red value is 32 (12.89% from 255 or 91.43% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 32 - color contains mainly: red. Hex color #200003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200003 is #DFFFFC. Grayscale: #090909. Windows color (decimal): -14680061 or 196640. OLE color: 196640.

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

Color convert

RGB3203-
CMYK010.910.87
HSL354.38º100%6.27%-
HSV(B)354.38º100%12.55%-
XYZ0.610.310.11-
YUV9.91124.1143.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 91.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 8.57%
R=91.43%
G=0%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3203010.910.87354.381006.27
Hex20030645B57162646
Octal400301441331275421446
Binary10000001101100100101101110101111011000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200003; }

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

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

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

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

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

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

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

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