#19080C

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

Shades of Rustic Red #19080C

Tints of Rustic Red #19080C

Color information

#19080C (or 0x19080C) is unknown color: approx Rustic Red. HEX triplet: 19, 08 and 0C. RGB value is (25,8,12). Sum of RGB (Red+Green+Blue) = 25+8+12=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #19080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19080C is #E6F7F3. Grayscale: #0D0D0D. Windows color (decimal): -15136756 or 788505. OLE color: 788505.

HSL color Cylindrical-coordinate representation of color #19080C: hue angle of 345.88º 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 #19080C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB25812-
CMYK00.680.520.90
HSL345.88º51.52%6.47%-
HSV(B)345.88º68%9.8%-
XYZ0.550.410.4-
YUV13.54127.13136.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 55.56%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=55.56%
G=17.78%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2581200.680.520.90345.8851.526.47
Hex198C044345A15a346
Octal311014010464132532646
Binary1100110001100010001001101001011010101011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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