#19050A

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

Shades of Rustic Red #19050A

Tints of Rustic Red #19050A

Color information

#19050A (or 0x19050A) is unknown color: approx Rustic Red. HEX triplet: 19, 05 and 0A. RGB value is (25,5,10). Sum of RGB (Red+Green+Blue) = 25+5+10=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #19050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19050A is #E6FAF5. Grayscale: #0B0B0B. Windows color (decimal): -15137526 or 656665. OLE color: 656665.

HSL color Cylindrical-coordinate representation of color #19050A: hue angle of 345º 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 #19050A is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB25510-
CMYK00.800.600.90
HSL345º66.67%5.88%-
HSV(B)345º80%9.8%-
XYZ0.510.340.33-
YUV11.55127.13137.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 10 (4.30% from 255) = 25%
R=62.5%
G=12.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2551000.800.600.9034566.675.88
Hex195A0503C5A159436
Octal315120120741325311036
Binary1100110110100101000011110010110101010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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