#191011

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

Shades of Rustic Red #191011

Tints of Rustic Red #191011

Color information

#191011 (or 0x191011) is unknown color: approx Rustic Red. HEX triplet: 19, 10 and 11. RGB value is (25,16,17). Sum of RGB (Red+Green+Blue) = 25+16+17=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #191011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191011 is #E6EFEE. Grayscale: #121212. Windows color (decimal): -15134703 or 1118233. OLE color: 1118233.

HSL color Cylindrical-coordinate representation of color #191011: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191011 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB251617-
CMYK00.360.320.90
HSL353.33º21.95%8.04%-
HSV(B)353.33º36%9.8%-
XYZ0.690.620.61-
YUV18.8126.98132.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=43.10%
G=27.59%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25161700.360.320.90353.3321.958.04
Hex191011024205A161168
Octal312021044401325412610
Binary11001100001000101001001000001011010101100001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191011; }

 p { color: rgb(25,16,17); }

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

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

 a { background-color: rgb(25,16,17); }

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

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

 span { border-color: rgb(25,16,17); }

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