#191113

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

Shades of Rustic Red #191113

Tints of Rustic Red #191113

Color information

#191113 (or 0x191113) is unknown color: approx 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

RGB251719-
CMYK00.320.240.90
HSL345º19.05%8.24%-
HSV(B)345º32%9.8%-
XYZ0.720.650.7-
YUV19.62127.65131.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25171900.320.240.9034519.058.24
Hex191113020185A159138
Octal312123040301325312310
Binary1100110001100110100000110001011010101011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>