#1A080D

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

Shades of Rustic Red #1A080D

Tints of Rustic Red #1A080D

Color information

#1A080D (or 0x1A080D) is unknown color: approx Rustic Red. HEX triplet: 1A, 08 and 0D. RGB value is (26,8,13). Sum of RGB (Red+Green+Blue) = 26+8+13=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A080D is #E5F7F2. Grayscale: #0D0D0D. Windows color (decimal): -15071219 or 854042. OLE color: 854042.

HSL color Cylindrical-coordinate representation of color #1A080D: hue angle of 343.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 #1A080D is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB26813-
CMYK00.690.50.90
HSL343.33º52.94%6.67%-
HSV(B)343.33º69.23%10.2%-
XYZ0.590.420.43-
YUV13.95127.46136.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 55.32%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=55.32%
G=17.02%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2681300.690.50.90343.3352.946.67
Hex1A8D045325A157357
Octal321015010562132527657
Binary1101010001101010001011100101011010101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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