#19050F

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

Shades of Rustic Red #19050F

Tints of Rustic Red #19050F

Color information

#19050F (or 0x19050F) is unknown color: approx Rustic Red. HEX triplet: 19, 05 and 0F. RGB value is (25,5,15). Sum of RGB (Red+Green+Blue) = 25+5+15=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #19050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19050F is #E6FAF0. Grayscale: #0C0C0C. Windows color (decimal): -15137521 or 984345. OLE color: 984345.

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

Color convert

RGB25515-
CMYK00.800.400.90
HSL330º66.67%5.88%-
HSV(B)330º80%9.8%-
XYZ0.540.350.49-
YUV12.12129.63137.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2551500.800.400.9033066.675.88
Hex195F050285A14a436
Octal315170120501325121036
Binary1100110111110101000010100010110101010010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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