#190109

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

Shades of Rustic Red #190109

Tints of Rustic Red #190109

Color information

#190109 (or 0x190109) is unknown color: approx Rustic Red. HEX triplet: 19, 01 and 09. RGB value is (25,1,9). Sum of RGB (Red+Green+Blue) = 25+1+9=35 (4% of max value = 765). Red value is 25 (10.16% from 255 or 71.43% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 25 - color contains mainly: red. Hex color #190109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190109 is #E6FEF6. Grayscale: #090909. Windows color (decimal): -15138551 or 590105. OLE color: 590105.

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

Color convert

RGB2519-
CMYK00.960.640.90
HSL340º92.31%5.1%-
HSV(B)340º96%9.8%-
XYZ0.460.250.28-
YUV9.09127.95139.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 9 (3.91% from 255) = 25.71%
R=71.43%
G=2.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal251900.960.640.9034092.315.1
Hex1919060405A1545c5
Octal3111101401001325241345
Binary110011100101100000100000010110101010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190109; }

 p { color: rgb(25,1,9); }

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

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

 a { background-color: rgb(25,1,9); }

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

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

 span { border-color: rgb(25,1,9); }

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