#190006

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

Shades of Rustic Red #190006

Tints of Rustic Red #190006

Color information

#190006 (or 0x190006) is unknown color: approx Rustic Red. HEX triplet: 19, 00 and 06. RGB value is (25,0,6). Sum of RGB (Red+Green+Blue) = 25+0+6=31 (4% of max value = 765). Red value is 25 (10.16% from 255 or 80.65% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 25 - color contains mainly: red. Hex color #190006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190006 is #E6FFF9. Grayscale: #080808. Windows color (decimal): -15138810 or 393241. OLE color: 393241.

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

Color convert

RGB2506-
CMYK010.760.90
HSL345.6º100%4.9%-
HSV(B)345.6º100%9.8%-
XYZ0.430.220.19-
YUV8.16126.78140.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 80.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 19.35%
R=80.65%
G=0%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2506010.760.90345.61004.9
Hex19060644C5A15a645
Octal310601441141325321445
Binary11001011001100100100110010110101010110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190006; }

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

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

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

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

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

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

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

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