#191013

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

Shades of Rustic Red #191013

Tints of Rustic Red #191013

Color information

#191013 (or 0x191013) is unknown color: approx Rustic Red. HEX triplet: 19, 10 and 13. RGB value is (25,16,19). Sum of RGB (Red+Green+Blue) = 25+16+19=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #191013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191013 is #E6EFEC. Grayscale: #131313. Windows color (decimal): -15134701 or 1249305. OLE color: 1249305.

HSL color Cylindrical-coordinate representation of color #191013: hue angle of 340º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191013 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB251619-
CMYK00.360.240.90
HSL340º21.95%8.04%-
HSV(B)340º36%9.8%-
XYZ0.70.620.7-
YUV19.03127.98132.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 16 (6.64% from 255) = 26.67%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=41.67%
G=26.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25161900.360.240.9034021.958.04
Hex191013024185A154168
Octal312023044301325242610
Binary1100110000100110100100110001011010101010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191013; }

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

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

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

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

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

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

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

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