#190104

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

Shades of Rustic Red #190104

Tints of Rustic Red #190104

Color information

#190104 (or 0x190104) is unknown color: approx Rustic Red. HEX triplet: 19, 01 and 04. RGB value is (25,1,4). Sum of RGB (Red+Green+Blue) = 25+1+4=30 (3% of max value = 765). Red value is 25 (10.16% from 255 or 83.33% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 25 - color contains mainly: red. Hex color #190104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190104 is #E6FEFB. Grayscale: #080808. Windows color (decimal): -15138556 or 262425. OLE color: 262425.

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

Color convert

RGB2514-
CMYK00.960.840.90
HSL352.5º92.31%5.1%-
HSV(B)352.5º96%9.8%-
XYZ0.430.240.14-
YUV8.52125.45139.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 83.33%
GREEN value IS 1 (0.78% from 255) = 3.33%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=83.33%
G=3.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal251400.960.840.90352.592.315.1
Hex1914060545A1605c5
Octal311401401241325401345
Binary11001110001100000101010010110101011000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190104; }

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

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

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

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

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

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

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

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