#191112

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

Shades of Rustic Red #191112

Tints of Rustic Red #191112

Color information

#191112 (or 0x191112) is unknown color: approx Rustic Red. HEX triplet: 19, 11 and 12. RGB value is (25,17,18). Sum of RGB (Red+Green+Blue) = 25+17+18=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #191112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191112 is #E6EEED. Grayscale: #131313. Windows color (decimal): -15134446 or 1184025. OLE color: 1184025.

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

Color convert

RGB251718-
CMYK00.320.280.90
HSL352.5º19.05%8.24%-
HSV(B)352.5º32%9.8%-
XYZ0.710.650.66-
YUV19.51127.15131.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 18 (7.42% from 255) = 30%
R=41.67%
G=28.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25171800.320.280.90352.519.058.24
Hex1911120201C5A160138
Octal312122040341325402310
Binary1100110001100100100000111001011010101100000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191112; }

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

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

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

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

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

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

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

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