#19020E

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

Shades of Rustic Red #19020E

Tints of Rustic Red #19020E

Color information

#19020E (or 0x19020E) is unknown color: approx Rustic Red. HEX triplet: 19, 02 and 0E. RGB value is (25,2,14). Sum of RGB (Red+Green+Blue) = 25+2+14=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19020E is #E6FDF1. Grayscale: #0A0A0A. Windows color (decimal): -15138290 or 918041. OLE color: 918041.

HSL color Cylindrical-coordinate representation of color #19020E: hue angle of 328.7º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19020E is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB25214-
CMYK00.920.440.90
HSL328.7º85.19%5.29%-
HSV(B)328.7º92%9.8%-
XYZ0.50.280.44-
YUV10.24130.12138.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 60.98%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=60.98%
G=4.88%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521400.920.440.90328.785.195.29
Hex192E05C2C5A149555
Octal312160134541325111255
Binary110011011100101110010110010110101010010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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