#110203

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

Shades of Rustic Red #110203

Tints of Rustic Red #110203

Color information

#110203 (or 0x110203) is unknown color: approx Rustic Red. HEX triplet: 11, 02 and 03. RGB value is (17,2,3). Sum of RGB (Red+Green+Blue) = 17+2+3=22 (2% of max value = 765). Red value is 17 (7.03% from 255 or 77.27% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 17 - color contains mainly: red. Hex color #110203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110203 is #EEFDFC. Grayscale: #060606. Windows color (decimal): -15662589 or 197137. OLE color: 197137.

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

Color convert

RGB1723-
CMYK00.880.820.93
HSL356º78.95%3.73%-
HSV(B)356º88.24%6.67%-
XYZ0.270.170.1-
YUV6.6125.97135.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 77.27%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 3 (1.56% from 255) = 13.64%
R=77.27%
G=9.09%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal172300.880.820.9335678.953.73
Hex1123058525D1644f4
Octal212301301221355441174
Binary10001101101011000101001010111011011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110203; }

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

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

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

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

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

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

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

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