#1A050E

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

Shades of Rustic Red #1A050E

Tints of Rustic Red #1A050E

Color information

#1A050E (or 0x1A050E) is unknown color: approx Rustic Red. HEX triplet: 1A, 05 and 0E. RGB value is (26,5,14). Sum of RGB (Red+Green+Blue) = 26+5+14=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A050E is #E5FAF1. Grayscale: #0C0C0C. Windows color (decimal): -15071986 or 918810. OLE color: 918810.

HSL color Cylindrical-coordinate representation of color #1A050E: hue angle of 334.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A050E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.90.

Color convert

RGB26514-
CMYK00.810.460.90
HSL334.29º67.74%6.08%-
HSV(B)334.29º80.77%10.2%-
XYZ0.560.360.46-
YUV12.3128.96137.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 57.78%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 14 (5.86% from 255) = 31.11%
R=57.78%
G=11.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2651400.810.460.90334.2967.746.08
Hex1A5E0512E5A14e446
Octal325160121561325161046
Binary1101010111100101000110111010110101010011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A050E; }

 p { color: rgb(26,5,14); }

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

<style>
 a { background-color: #1A050E; }

 a { background-color: rgb(26,5,14); }

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

<style>
 span { border-color: #1A050E; }

 span { border-color: rgb(26,5,14); }

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