#191014

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

Shades of Rustic Red #191014

Tints of Rustic Red #191014

Color information

#191014 (or 0x191014) is unknown color: approx Rustic Red. HEX triplet: 19, 10 and 14. RGB value is (25,16,20). Sum of RGB (Red+Green+Blue) = 25+16+20=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 25 - color contains mainly: red. Hex color #191014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191014 is #E6EFEB. Grayscale: #131313. Windows color (decimal): -15134700 or 1314841. OLE color: 1314841.

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

Color convert

RGB251620-
CMYK00.360.200.90
HSL333.33º21.95%8.04%-
HSV(B)333.33º36%9.8%-
XYZ0.710.630.75-
YUV19.15128.48132.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.98%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=40.98%
G=26.23%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25162000.360.200.90333.3321.958.04
Hex191014024145A14d168
Octal312024044241325152610
Binary1100110000101000100100101001011010101001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191014; }

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

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

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

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

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

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

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

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