#190E0F

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

Shades of Rustic Red #190E0F

Tints of Rustic Red #190E0F

Color information

#190E0F (or 0x190E0F) is unknown color: approx Rustic Red. HEX triplet: 19, 0E and 0F. RGB value is (25,14,15). Sum of RGB (Red+Green+Blue) = 25+14+15=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E0F is #E6F1F0. Grayscale: #111111. Windows color (decimal): -15135217 or 986649. OLE color: 986649.

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

Color convert

RGB251415-
CMYK00.440.400.90
HSL354.55º28.21%7.65%-
HSV(B)354.55º44%9.8%-
XYZ0.640.560.53-
YUV17.4126.64133.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 15 (6.25% from 255) = 27.78%
R=46.30%
G=25.93%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25141500.440.400.90354.5528.217.65
Hex19EF02C285A1631c8
Octal311617054501325433410
Binary110011110111101011001010001011010101100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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