#191314

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

Shades of Rustic Red #191314

Tints of Rustic Red #191314

Color information

#191314 (or 0x191314) is unknown color: approx Rustic Red. HEX triplet: 19, 13 and 14. RGB value is (25,19,20). Sum of RGB (Red+Green+Blue) = 25+19+20=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 25 - color contains mainly: red. Hex color #191314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191314 is #E6ECEB. Grayscale: #141414. Windows color (decimal): -15133932 or 1315609. OLE color: 1315609.

HSL color Cylindrical-coordinate representation of color #191314: hue angle of 350º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191314 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB251920-
CMYK00.240.200.90
HSL350º13.64%8.63%-
HSV(B)350º24%9.8%-
XYZ0.760.720.76-
YUV20.91127.49130.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.06%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=39.06%
G=29.69%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25192000.240.200.9035013.648.63
Hex191314018145A15ee9
Octal312324030241325361611
Binary11001100111010001100010100101101010101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191314; }

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

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

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

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

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

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

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

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