#1A060C

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

Shades of Rustic Red #1A060C

Tints of Rustic Red #1A060C

Color information

#1A060C (or 0x1A060C) is unknown color: approx Rustic Red. HEX triplet: 1A, 06 and 0C. RGB value is (26,6,12). Sum of RGB (Red+Green+Blue) = 26+6+12=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A060C is #E5F9F3. Grayscale: #0C0C0C. Windows color (decimal): -15071732 or 787994. OLE color: 787994.

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

Color convert

RGB26612-
CMYK00.770.540.90
HSL342º62.5%6.27%-
HSV(B)342º76.92%10.2%-
XYZ0.560.380.39-
YUV12.66127.63137.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 59.09%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 12 (5.08% from 255) = 27.27%
R=59.09%
G=13.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2661200.770.540.9034262.56.27
Hex1A6C04D365A1563e6
Octal32614011566132526766
Binary110101101100010011011101101011010101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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