#19010D

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

Shades of Rustic Red #19010D

Tints of Rustic Red #19010D

Color information

#19010D (or 0x19010D) is unknown color: approx Rustic Red. HEX triplet: 19, 01 and 0D. RGB value is (25,1,13). Sum of RGB (Red+Green+Blue) = 25+1+13=39 (5% of max value = 765). Red value is 25 (10.16% from 255 or 64.10% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 25 - color contains mainly: red. Hex color #19010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19010D is #E6FEF2. Grayscale: #090909. Windows color (decimal): -15138547 or 852249. OLE color: 852249.

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

Color convert

RGB25113-
CMYK00.960.480.90
HSL330º92.31%5.1%-
HSV(B)330º96%9.8%-
XYZ0.480.260.4-
YUV9.54129.95139.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 64.10%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=64.10%
G=2.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2511300.960.480.9033092.315.1
Hex191D060305A14a5c5
Octal311150140601325121345
Binary11001111010110000011000010110101010010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19010D; }

 p { color: rgb(25,1,13); }

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

<style>
 a { background-color: #19010D; }

 a { background-color: rgb(25,1,13); }

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

<style>
 span { border-color: #19010D; }

 span { border-color: rgb(25,1,13); }

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