#19080F

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

Shades of Rustic Red #19080F

Tints of Rustic Red #19080F

Color information

#19080F (or 0x19080F) is unknown color: approx Rustic Red. HEX triplet: 19, 08 and 0F. RGB value is (25,8,15). Sum of RGB (Red+Green+Blue) = 25+8+15=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #19080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080F is #E6F7F0. Grayscale: #0D0D0D. Windows color (decimal): -15136753 or 985113. OLE color: 985113.

HSL color Cylindrical-coordinate representation of color #19080F: hue angle of 335.29º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19080F is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB25815-
CMYK00.680.400.90
HSL335.29º51.52%6.47%-
HSV(B)335.29º68%9.8%-
XYZ0.570.410.5-
YUV13.88128.63135.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 52.08%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=52.08%
G=16.67%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2581500.680.400.90335.2951.526.47
Hex198F044285A14f346
Octal311017010450132517646
Binary1100110001111010001001010001011010101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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