#19080E

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

Shades of Rustic Red #19080E

Tints of Rustic Red #19080E

Color information

#19080E (or 0x19080E) is unknown color: approx Rustic Red. HEX triplet: 19, 08 and 0E. RGB value is (25,8,14). Sum of RGB (Red+Green+Blue) = 25+8+14=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #19080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080E is #E6F7F1. Grayscale: #0D0D0D. Windows color (decimal): -15136754 or 919577. OLE color: 919577.

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

Color convert

RGB25814-
CMYK00.680.440.90
HSL338.82º51.52%6.47%-
HSV(B)338.82º68%9.8%-
XYZ0.570.410.47-
YUV13.77128.13136.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=53.19%
G=17.02%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2581400.680.440.90338.8251.526.47
Hex198E0442C5A153346
Octal311016010454132523646
Binary1100110001110010001001011001011010101010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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