Html Css Color HEX #191113 Rustic Red

📋 copy color: '#191113'

red 25 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #191113

Tints of Rustic Red #191113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.87%

 BLUE value IS 19 (7.81% from 255) = 31.15%

R = 40.98%
G = 27.87%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#191113 (or 0x191113) is known color: Rustic Red. HEX triplet: 19, 11 and 13. RGB value is (25,17,19). Sum of RGB (Red+Green+Blue) = 25+17+19=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 25 - color contains mainly: red. Hex color #191113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191113 is #E6EEEC. Grayscale: #131313. Windows color (decimal): -15134445 or 1249561. OLE color: 1249561.

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

Color convert

RGB 25 17 19 -
CMYK 0 0.32 0.24 0.90
HSL 345º 0.19% 0.08% -
HSV(B) 345º 0.32% 0.1% -
XYZ 0.72 0.65 0.7 -
YUV 19.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 25 17 19 0 0.32 0.24 0.90 345 0.19 0.08
Hex 19 11 13 0 20 18 5A 159 13 8
Octal 31 21 23 0 40 30 132 531 23 10
Binary 11001 10001 10011 0 100000 11000 1011010 101011001 10011 1000

Color Harmonies of #191113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191113

Black with #191113

Text Example


Text Example

White with #191113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191113; }

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

 H1.HeaderClassName
 {
   color: #191113;
 }
 .AnyTagClassName
 {
   color: #191113;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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