#190004

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

Shades of Rustic Red #190004

Tints of Rustic Red #190004

Color information

#190004 (or 0x190004) is unknown color: approx Rustic Red. HEX triplet: 19, 00 and 04. RGB value is (25,0,4). Sum of RGB (Red+Green+Blue) = 25+0+4=29 (3% of max value = 765). Red value is 25 (10.16% from 255 or 86.21% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 25 - color contains mainly: red. Hex color #190004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190004 is #E6FFFB. Grayscale: #070707. Windows color (decimal): -15138812 or 262169. OLE color: 262169.

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

Color convert

RGB2504-
CMYK010.840.90
HSL350.4º100%4.9%-
HSV(B)350.4º100%9.8%-
XYZ0.420.220.13-
YUV7.93125.78140.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 86.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 13.79%
R=86.21%
G=0%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2504010.840.90350.41004.9
Hex1904064545A15e645
Octal310401441241325361445
Binary11001010001100100101010010110101010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190004; }

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

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

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

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

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

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

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

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