#100003

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

Shades of Rustic Red #100003

Tints of Rustic Red #100003

Color information

#100003 (or 0x100003) is unknown color: approx Rustic Red. HEX triplet: 10, 00 and 03. RGB value is (16,0,3). Sum of RGB (Red+Green+Blue) = 16+0+3=19 (2% of max value = 765). Red value is 16 (6.64% from 255 or 84.21% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 16 - color contains mainly: red. Hex color #100003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100003 is #EFFFFC. Grayscale: #050505. Windows color (decimal): -15728637 or 196624. OLE color: 196624.

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

Color convert

RGB1603-
CMYK010.810.94
HSL348.75º100%3.14%-
HSV(B)348.75º100%6.27%-
XYZ0.230.120.1-
YUV5.13126.8135.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 84.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% 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.94
SystemRedGreenBlueCMYKHSL
Decimal1603010.810.94348.751003.14
Hex1003064515E15d643
Octal200301441211365351443
Binary100000110110010010100011011110101011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100003; }

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

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

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

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

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

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

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

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