#19060A

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

Shades of Rustic Red #19060A

Tints of Rustic Red #19060A

Color information

#19060A (or 0x19060A) is unknown color: approx Rustic Red. HEX triplet: 19, 06 and 0A. RGB value is (25,6,10). Sum of RGB (Red+Green+Blue) = 25+6+10=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19060A is #E6F9F5. Grayscale: #0C0C0C. Windows color (decimal): -15137270 or 656921. OLE color: 656921.

HSL color Cylindrical-coordinate representation of color #19060A: hue angle of 347.37º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19060A is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB25610-
CMYK00.760.600.90
HSL347.37º61.29%6.08%-
HSV(B)347.37º76%9.8%-
XYZ0.520.360.33-
YUV12.14126.79137.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 60.98%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=60.98%
G=14.63%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2561000.760.600.90347.3761.296.08
Hex196A04C3C5A15b3d6
Octal31612011474132533756
Binary110011101010010011001111001011010101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19060A; }

 p { color: rgb(25,6,10); }

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

<style>
 a { background-color: #19060A; }

 a { background-color: rgb(25,6,10); }

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

<style>
 span { border-color: #19060A; }

 span { border-color: rgb(25,6,10); }

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