#1A080A

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

Shades of Rustic Red #1A080A

Tints of Rustic Red #1A080A

Color information

#1A080A (or 0x1A080A) is unknown color: approx Rustic Red. HEX triplet: 1A, 08 and 0A. RGB value is (26,8,10). Sum of RGB (Red+Green+Blue) = 26+8+10=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A080A is #E5F7F5. Grayscale: #0D0D0D. Windows color (decimal): -15071222 or 657434. OLE color: 657434.

HSL color Cylindrical-coordinate representation of color #1A080A: hue angle of 353.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A080A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB26810-
CMYK00.690.620.90
HSL353.33º52.94%6.67%-
HSV(B)353.33º69.23%10.2%-
XYZ0.570.420.34-
YUV13.61125.96136.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 59.09%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=59.09%
G=18.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2681000.690.620.90353.3352.946.67
Hex1A8A0453E5A161357
Octal321012010576132541657
Binary1101010001010010001011111101011010101100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,8,10); }

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

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

 a { background-color: rgb(26,8,10); }

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

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

 span { border-color: rgb(26,8,10); }

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