#1A070E

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

Shades of Rustic Red #1A070E

Tints of Rustic Red #1A070E

Color information

#1A070E (or 0x1A070E) is unknown color: approx Rustic Red. HEX triplet: 1A, 07 and 0E. RGB value is (26,7,14). Sum of RGB (Red+Green+Blue) = 26+7+14=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A070E is #E5F8F1. Grayscale: #0D0D0D. Windows color (decimal): -15071474 or 919322. OLE color: 919322.

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

Color convert

RGB26714-
CMYK00.730.460.90
HSL337.89º57.58%6.47%-
HSV(B)337.89º73.08%10.2%-
XYZ0.580.40.46-
YUV13.48128.29136.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 55.32%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=55.32%
G=14.89%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2671400.730.460.90337.8957.586.47
Hex1A7E0492E5A1523a6
Octal32716011156132522726
Binary110101111110010010011011101011010101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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