#1A0E12

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

Shades of Rustic Red #1A0E12

Tints of Rustic Red #1A0E12

Color information

#1A0E12 (or 0x1A0E12) is unknown color: approx Rustic Red. HEX triplet: 1A, 0E and 12. RGB value is (26,14,18). Sum of RGB (Red+Green+Blue) = 26+14+18=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E12 is #E5F1ED. Grayscale: #121212. Windows color (decimal): -15069678 or 1183258. OLE color: 1183258.

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

Color convert

RGB261418-
CMYK00.460.310.90
HSL340º30%7.84%-
HSV(B)340º46.15%10.2%-
XYZ0.690.580.65-
YUV18.04127.98133.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=44.83%
G=24.14%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26141800.460.310.90340307.84
Hex1AE1202E1F5A1541e8
Octal321622056371325243610
Binary110101110100100101110111111011010101010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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