#190309

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

Shades of Rustic Red #190309

Tints of Rustic Red #190309

Color information

#190309 (or 0x190309) is unknown color: approx Rustic Red. HEX triplet: 19, 03 and 09. RGB value is (25,3,9). Sum of RGB (Red+Green+Blue) = 25+3+9=37 (4% of max value = 765). Red value is 25 (10.16% from 255 or 67.57% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 25 - color contains mainly: red. Hex color #190309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190309 is #E6FCF6. Grayscale: #0A0A0A. Windows color (decimal): -15138039 or 590617. OLE color: 590617.

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

Color convert

RGB2539-
CMYK00.880.640.90
HSL343.64º78.57%5.49%-
HSV(B)343.64º88%9.8%-
XYZ0.480.290.29-
YUV10.26127.29138.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 67.57%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 9 (3.91% from 255) = 24.32%
R=67.57%
G=8.11%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253900.880.640.90343.6478.575.49
Hex1939058405A1584f5
Octal3131101301001325301175
Binary1100111100101011000100000010110101010110001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190309; }

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

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

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

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

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

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

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

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