#190E13

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

Shades of Rustic Red #190E13

Tints of Rustic Red #190E13

Color information

#190E13 (or 0x190E13) is unknown color: approx Rustic Red. HEX triplet: 19, 0E and 13. RGB value is (25,14,19). Sum of RGB (Red+Green+Blue) = 25+14+19=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E13 is #E6F1EC. Grayscale: #111111. Windows color (decimal): -15135213 or 1248793. OLE color: 1248793.

HSL color Cylindrical-coordinate representation of color #190E13: hue angle of 332.73º 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 #190E13 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB251419-
CMYK00.440.240.90
HSL332.73º28.21%7.65%-
HSV(B)332.73º44%9.8%-
XYZ0.680.570.69-
YUV17.86128.64133.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=43.10%
G=24.14%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25141900.440.240.90332.7328.217.65
Hex19E1302C185A14d1c8
Octal311623054301325153410
Binary110011110100110101100110001011010101001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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