#191415

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

Shades of Rustic Red #191415

Tints of Rustic Red #191415

Color information

#191415 (or 0x191415) is unknown color: approx Rustic Red. HEX triplet: 19, 14 and 15. RGB value is (25,20,21). Sum of RGB (Red+Green+Blue) = 25+20+21=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 25 - color contains mainly: red. Hex color #191415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191415 is #E6EBEA. Grayscale: #151515. Windows color (decimal): -15133675 or 1381401. OLE color: 1381401.

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

Color convert

RGB252021-
CMYK00.200.160.90
HSL348º11.11%8.82%-
HSV(B)348º20%9.8%-
XYZ0.790.760.81-
YUV21.61127.66130.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=37.88%
G=30.30%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25202100.200.160.9034811.118.82
Hex191415014105A15cb9
Octal312425024201325341311
Binary11001101001010101010010000101101010101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191415; }

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

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

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

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

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

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

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

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