#110003

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

Shades of Rustic Red #110003

Tints of Rustic Red #110003

Color information

#110003 (or 0x110003) is unknown color: approx Rustic Red. HEX triplet: 11, 00 and 03. RGB value is (17,0,3). Sum of RGB (Red+Green+Blue) = 17+0+3=20 (2% of max value = 765). Red value is 17 (7.03% from 255 or 85% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 17 - color contains mainly: red. Hex color #110003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110003 is #EEFFFC. Grayscale: #050505. Windows color (decimal): -15663101 or 196625. OLE color: 196625.

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

Color convert

RGB1703-
CMYK010.820.93
HSL349.41º100%3.33%-
HSV(B)349.41º100%6.67%-
XYZ0.250.130.1-
YUV5.42126.63136.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 15%
R=85%
G=0%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1703010.820.93349.411003.33
Hex1103064525D15d643
Octal210301441221355351443
Binary100010110110010010100101011101101011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110003; }

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

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

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

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

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

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

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

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