#190E12

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

Shades of Rustic Red #190E12

Tints of Rustic Red #190E12

Color information

#190E12 (or 0x190E12) is unknown color: approx Rustic Red. HEX triplet: 19, 0E and 12. RGB value is (25,14,18). Sum of RGB (Red+Green+Blue) = 25+14+18=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #190E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E12 is #E6F1ED. Grayscale: #111111. Windows color (decimal): -15135214 or 1183257. OLE color: 1183257.

HSL color Cylindrical-coordinate representation of color #190E12: hue angle of 338.18º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #190E12 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB251418-
CMYK00.440.280.90
HSL338.18º28.21%7.65%-
HSV(B)338.18º44%9.8%-
XYZ0.670.560.65-
YUV17.74128.14133.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=43.86%
G=24.56%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25141800.440.280.90338.1828.217.65
Hex19E1202C1C5A1521c8
Octal311622054341325223410
Binary110011110100100101100111001011010101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190E12; }

 p { color: rgb(25,14,18); }

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

<style>
 a { background-color: #190E12; }

 a { background-color: rgb(25,14,18); }

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

<style>
 span { border-color: #190E12; }

 span { border-color: rgb(25,14,18); }

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