#1A070B

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

Shades of Rustic Red #1A070B

Tints of Rustic Red #1A070B

Color information

#1A070B (or 0x1A070B) is unknown color: approx Rustic Red. HEX triplet: 1A, 07 and 0B. RGB value is (26,7,11). Sum of RGB (Red+Green+Blue) = 26+7+11=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A070B is #E5F8F4. Grayscale: #0D0D0D. Windows color (decimal): -15071477 or 722714. OLE color: 722714.

HSL color Cylindrical-coordinate representation of color #1A070B: hue angle of 347.37º 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 #1A070B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB26711-
CMYK00.730.580.90
HSL347.37º57.58%6.47%-
HSV(B)347.37º73.08%10.2%-
XYZ0.560.40.36-
YUV13.14126.79137.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 59.09%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 11 (4.69% from 255) = 25%
R=59.09%
G=15.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2671100.730.580.90347.3757.586.47
Hex1A7B0493A5A15b3a6
Octal32713011172132533726
Binary110101111011010010011110101011010101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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