#191516

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

Shades of Rustic Red #191516

Tints of Rustic Red #191516

Color information

#191516 (or 0x191516) is unknown color: approx Rustic Red. HEX triplet: 19, 15 and 16. RGB value is (25,21,22). Sum of RGB (Red+Green+Blue) = 25+21+22=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 25 - color contains mainly: red. Hex color #191516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191516 is #E6EAE9. Grayscale: #161616. Windows color (decimal): -15133418 or 1447193. OLE color: 1447193.

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

Color convert

RGB252122-
CMYK00.160.120.90
HSL345º8.7%9.02%-
HSV(B)345º16%9.8%-
XYZ0.810.80.87-
YUV22.31127.83129.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.76%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=36.76%
G=30.88%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25212200.160.120.903458.79.02
Hex191516010C5A15999
Octal312526020141325311111
Binary1100110101101100100001100101101010101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191516; }

 p { color: rgb(25,21,22); }

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

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

 a { background-color: rgb(25,21,22); }

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

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

 span { border-color: rgb(25,21,22); }

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