#19040E

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

Shades of Rustic Red #19040E

Tints of Rustic Red #19040E

Color information

#19040E (or 0x19040E) is unknown color: approx Rustic Red. HEX triplet: 19, 04 and 0E. RGB value is (25,4,14). Sum of RGB (Red+Green+Blue) = 25+4+14=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040E is #E6FBF1. Grayscale: #0B0B0B. Windows color (decimal): -15137778 or 918553. OLE color: 918553.

HSL color Cylindrical-coordinate representation of color #19040E: hue angle of 331.43º 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 #19040E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB25414-
CMYK00.840.440.90
HSL331.43º72.41%5.69%-
HSV(B)331.43º84%9.8%-
XYZ0.520.330.45-
YUV11.42129.46137.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=58.14%
G=9.30%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2541400.840.440.90331.4372.415.69
Hex194E0542C5A14b486
Octal314160124541325131106
Binary1100110011100101010010110010110101010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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