#190A0E

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

Shades of Rustic Red #190A0E

Tints of Rustic Red #190A0E

Color information

#190A0E (or 0x190A0E) is unknown color: approx Rustic Red. HEX triplet: 19, 0A and 0E. RGB value is (25,10,14). Sum of RGB (Red+Green+Blue) = 25+10+14=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A0E is #E6F5F1. Grayscale: #0E0E0E. Windows color (decimal): -15136242 or 920089. OLE color: 920089.

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

Color convert

RGB251014-
CMYK00.600.440.90
HSL344º42.86%6.86%-
HSV(B)344º60%9.8%-
XYZ0.590.460.47-
YUV14.94127.47135.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=51.02%
G=20.41%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25101400.600.440.9034442.866.86
Hex19AE03C2C5A1582b7
Octal31121607454132530537
Binary110011010111001111001011001011010101011000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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