#190E10

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

Shades of Rustic Red #190E10

Tints of Rustic Red #190E10

Color information

#190E10 (or 0x190E10) is unknown color: approx Rustic Red. HEX triplet: 19, 0E and 10. RGB value is (25,14,16). Sum of RGB (Red+Green+Blue) = 25+14+16=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #190E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E10 is #E6F1EF. Grayscale: #111111. Windows color (decimal): -15135216 or 1052185. OLE color: 1052185.

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

Color convert

RGB251416-
CMYK00.440.360.90
HSL349.09º28.21%7.65%-
HSV(B)349.09º44%9.8%-
XYZ0.650.560.56-
YUV17.52127.14133.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=45.45%
G=25.45%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25141600.440.360.90349.0928.217.65
Hex19E1002C245A15d1c8
Octal311620054441325353410
Binary1100111101000001011001001001011010101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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