#191114

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

Shades of Rustic Red #191114

Tints of Rustic Red #191114

Color information

#191114 (or 0x191114) is unknown color: approx Rustic Red. HEX triplet: 19, 11 and 14. RGB value is (25,17,20). Sum of RGB (Red+Green+Blue) = 25+17+20=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 25 - color contains mainly: red. Hex color #191114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191114 is #E6EEEB. Grayscale: #131313. Windows color (decimal): -15134444 or 1315097. OLE color: 1315097.

HSL color Cylindrical-coordinate representation of color #191114: hue angle of 337.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 #191114 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB251720-
CMYK00.320.200.90
HSL337.5º19.05%8.24%-
HSV(B)337.5º32%9.8%-
XYZ0.730.660.75-
YUV19.73128.15131.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.32%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=40.32%
G=27.42%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25172000.320.200.90337.519.058.24
Hex191114020145A152138
Octal312124040241325222310
Binary1100110001101000100000101001011010101010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191114; }

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

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

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

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

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

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

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

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