#19040A

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

Shades of Rustic Red #19040A

Tints of Rustic Red #19040A

Color information

#19040A (or 0x19040A) is unknown color: approx Rustic Red. HEX triplet: 19, 04 and 0A. RGB value is (25,4,10). Sum of RGB (Red+Green+Blue) = 25+4+10=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #19040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19040A is #E6FBF5. Grayscale: #0A0A0A. Windows color (decimal): -15137782 or 656409. OLE color: 656409.

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

Color convert

RGB25410-
CMYK00.840.600.90
HSL342.86º72.41%5.69%-
HSV(B)342.86º84%9.8%-
XYZ0.50.320.32-
YUV10.96127.46138.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 64.10%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=64.10%
G=10.26%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2541000.840.600.90342.8672.415.69
Hex194A0543C5A157486
Octal314120124741325271106
Binary1100110010100101010011110010110101010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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