#1A080C

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

Shades of Rustic Red #1A080C

Tints of Rustic Red #1A080C

Color information

#1A080C (or 0x1A080C) is unknown color: approx Rustic Red. HEX triplet: 1A, 08 and 0C. RGB value is (26,8,12). Sum of RGB (Red+Green+Blue) = 26+8+12=46 (6% of max value = 765). Red value is 26 (10.55% from 255 or 56.52% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 26 - color contains mainly: red. Hex color #1A080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A080C is #E5F7F3. Grayscale: #0D0D0D. Windows color (decimal): -15071220 or 788506. OLE color: 788506.

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

Color convert

RGB26812-
CMYK00.690.540.90
HSL346.67º52.94%6.67%-
HSV(B)346.67º69.23%10.2%-
XYZ0.580.420.4-
YUV13.84126.96136.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 56.52%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=56.52%
G=17.39%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2681200.690.540.90346.6752.946.67
Hex1A8C045365A15b357
Octal321014010566132533657
Binary1101010001100010001011101101011010101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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