#1A020E

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

Shades of Rustic Red #1A020E

Tints of Rustic Red #1A020E

Color information

#1A020E (or 0x1A020E) is unknown color: approx Rustic Red. HEX triplet: 1A, 02 and 0E. RGB value is (26,2,14). Sum of RGB (Red+Green+Blue) = 26+2+14=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A020E is #E5FDF1. Grayscale: #0A0A0A. Windows color (decimal): -15072754 or 918042. OLE color: 918042.

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

Color convert

RGB26214-
CMYK00.920.460.90
HSL330º85.71%5.49%-
HSV(B)330º92.31%10.2%-
XYZ0.530.290.44-
YUV10.54129.95139.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=61.90%
G=4.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2621400.920.460.9033085.715.49
Hex1A2E05C2E5A14a565
Octal322160134561325121265
Binary110101011100101110010111010110101010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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