Html Css Color HEX #191415 Rustic Red

📋 copy color: '#191415'

red 25 ◦ green 20 ◦ blue 21

#191415
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #191415

Tints of Rustic Red #191415

RGB

 RED value IS 25 (10.16% from 255) = 37.88%

 GREEN value IS 20 (8.2% from 255) = 30.3%

 BLUE value IS 21 (8.59% from 255) = 31.82%

R = 37.88%
G = 30.3%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.90

RGB Variations

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

Color information

#191415 (or 0x191415) is known color: 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

RGB 25 20 21 -
CMYK 0 0.20 0.16 0.90
HSL 348º 0.11% 0.09% -
HSV(B) 348º 0.2% 0.1% -
XYZ 0.79 0.76 0.81 -
YUV 21.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 25 20 21 0 0.20 0.16 0.90 348 0.11 0.09
Hex 19 14 15 0 14 10 5A 15C B 9
Octal 31 24 25 0 24 20 132 534 13 11
Binary 11001 10100 10101 0 10100 10000 1011010 101011100 1011 1001

Color Harmonies of #191415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191415

Black with #191415

Text Example


Text Example

White with #191415

Text Example


Text Example

HTML Codes & Css Web 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>