#190002

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

Shades of Rustic Red #190002

Tints of Rustic Red #190002

Color information

#190002 (or 0x190002) is unknown color: approx Rustic Red. HEX triplet: 19, 00 and 02. RGB value is (25,0,2). Sum of RGB (Red+Green+Blue) = 25+0+2=27 (3% of max value = 765). Red value is 25 (10.16% from 255 or 92.59% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 25 - color contains mainly: red. Hex color #190002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190002 is #E6FFFD. Grayscale: #070707. Windows color (decimal): -15138814 or 131097. OLE color: 131097.

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

Color convert

RGB2502-
CMYK010.920.90
HSL355.2º100%4.9%-
HSV(B)355.2º100%9.8%-
XYZ0.410.210.08-
YUV7.7124.78140.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 92.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=92.59%
G=0%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2502010.920.90355.21004.9
Hex19020645C5A163645
Octal310201441341325431445
Binary1100101001100100101110010110101011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190002; }

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

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

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

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

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

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

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

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