#1A010B

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

Shades of Rustic Red #1A010B

Tints of Rustic Red #1A010B

Color information

#1A010B (or 0x1A010B) is unknown color: approx Rustic Red. HEX triplet: 1A, 01 and 0B. RGB value is (26,1,11). Sum of RGB (Red+Green+Blue) = 26+1+11=38 (5% of max value = 765). Red value is 26 (10.55% from 255 or 68.42% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 26 - color contains mainly: red. Hex color #1A010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A010B is #E5FEF4. Grayscale: #090909. Windows color (decimal): -15073013 or 721178. OLE color: 721178.

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

Color convert

RGB26111-
CMYK00.960.580.90
HSL336º92.59%5.29%-
HSV(B)336º96.15%10.2%-
XYZ0.50.270.34-
YUV9.62128.78139.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 68.42%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=68.42%
G=2.63%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2611100.960.580.9033692.595.29
Hex1A1B0603A5A1505d5
Octal321130140721325201355
Binary11010110110110000011101010110101010100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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