#19040F

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

Shades of Rustic Red #19040F

Tints of Rustic Red #19040F

Color information

#19040F (or 0x19040F) is unknown color: approx Rustic Red. HEX triplet: 19, 04 and 0F. RGB value is (25,4,15). Sum of RGB (Red+Green+Blue) = 25+4+15=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #19040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040F is #E6FBF0. Grayscale: #0B0B0B. Windows color (decimal): -15137777 or 984089. OLE color: 984089.

HSL color Cylindrical-coordinate representation of color #19040F: hue angle of 328.57º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19040F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB25415-
CMYK00.840.400.90
HSL328.57º72.41%5.69%-
HSV(B)328.57º84%9.8%-
XYZ0.530.330.49-
YUV11.53129.96137.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 56.82%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=56.82%
G=9.09%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2541500.840.400.90328.5772.415.69
Hex194F054285A149486
Octal314170124501325111106
Binary1100110011110101010010100010110101010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19040F; }

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

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

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

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

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

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

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

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