#190305

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

Shades of Rustic Red #190305

Tints of Rustic Red #190305

Color information

#190305 (or 0x190305) is unknown color: approx Rustic Red. HEX triplet: 19, 03 and 05. RGB value is (25,3,5). Sum of RGB (Red+Green+Blue) = 25+3+5=33 (4% of max value = 765). Red value is 25 (10.16% from 255 or 75.76% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 25 - color contains mainly: red. Hex color #190305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190305 is #E6FCFA. Grayscale: #090909. Windows color (decimal): -15138043 or 328473. OLE color: 328473.

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

Color convert

RGB2535-
CMYK00.880.800.90
HSL354.55º78.57%5.49%-
HSV(B)354.55º88%9.8%-
XYZ0.460.280.17-
YUV9.81125.29138.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 75.76%
GREEN value IS 3 (1.56% from 255) = 9.09%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=75.76%
G=9.09%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253500.880.800.90354.5578.575.49
Hex1935058505A1634f5
Octal313501301201325431175
Binary110011110101011000101000010110101011000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190305; }

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

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

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

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

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

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

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

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