#190509

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

Shades of Rustic Red #190509

Tints of Rustic Red #190509

Color information

#190509 (or 0x190509) is unknown color: approx Rustic Red. HEX triplet: 19, 05 and 09. RGB value is (25,5,9). Sum of RGB (Red+Green+Blue) = 25+5+9=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #190509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190509 is #E6FAF6. Grayscale: #0B0B0B. Windows color (decimal): -15137527 or 591129. OLE color: 591129.

HSL color Cylindrical-coordinate representation of color #190509: hue angle of 348º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190509 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB2559-
CMYK00.800.640.90
HSL348º66.67%5.88%-
HSV(B)348º80%9.8%-
XYZ0.50.330.3-
YUV11.44126.63137.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 64.10%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=64.10%
G=12.82%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal255900.800.640.9034866.675.88
Hex1959050405A15c436
Octal3151101201001325341036
Binary11001101100101010000100000010110101010111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190509; }

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

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

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

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

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

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

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

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