#190304

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

Shades of Rustic Red #190304

Tints of Rustic Red #190304

Color information

#190304 (or 0x190304) is unknown color: approx Rustic Red. HEX triplet: 19, 03 and 04. RGB value is (25,3,4). Sum of RGB (Red+Green+Blue) = 25+3+4=32 (4% of max value = 765). Red value is 25 (10.16% from 255 or 78.12% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 25 - color contains mainly: red. Hex color #190304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190304 is #E6FCFB. Grayscale: #090909. Windows color (decimal): -15138044 or 262937. OLE color: 262937.

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

Color convert

RGB2534-
CMYK00.880.840.90
HSL357.27º78.57%5.49%-
HSV(B)357.27º88%9.8%-
XYZ0.460.280.15-
YUV9.69124.79138.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 78.12%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 4 (1.95% from 255) = 12.5%
R=78.12%
G=9.38%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253400.880.840.90357.2778.575.49
Hex1934058545A1654f5
Octal313401301241325451175
Binary110011110001011000101010010110101011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190304; }

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

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

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

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

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

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

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

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