#19050D

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

Shades of Rustic Red #19050D

Tints of Rustic Red #19050D

Color information

#19050D (or 0x19050D) is unknown color: approx Rustic Red. HEX triplet: 19, 05 and 0D. RGB value is (25,5,13). Sum of RGB (Red+Green+Blue) = 25+5+13=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19050D is #E6FAF2. Grayscale: #0B0B0B. Windows color (decimal): -15137523 or 853273. OLE color: 853273.

HSL color Cylindrical-coordinate representation of color #19050D: hue angle of 336º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19050D is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB25513-
CMYK00.800.480.90
HSL336º66.67%5.88%-
HSV(B)336º80%9.8%-
XYZ0.530.340.42-
YUV11.89128.63137.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=58.14%
G=11.63%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2551300.800.480.9033666.675.88
Hex195D050305A150436
Octal315150120601325201036
Binary1100110111010101000011000010110101010100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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