#19030E

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

Shades of Rustic Red #19030E

Tints of Rustic Red #19030E

Color information

#19030E (or 0x19030E) is unknown color: approx Rustic Red. HEX triplet: 19, 03 and 0E. RGB value is (25,3,14). Sum of RGB (Red+Green+Blue) = 25+3+14=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #19030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19030E is #E6FCF1. Grayscale: #0A0A0A. Windows color (decimal): -15138034 or 918297. OLE color: 918297.

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

Color convert

RGB25314-
CMYK00.880.440.90
HSL330º78.57%5.49%-
HSV(B)330º88%9.8%-
XYZ0.510.30.45-
YUV10.83129.79138.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 59.52%
GREEN value IS 3 (1.56% from 255) = 7.14%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=59.52%
G=7.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2531400.880.440.9033078.575.49
Hex193E0582C5A14a4f5
Octal313160130541325121175
Binary110011111100101100010110010110101010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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