#1A060A

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

Shades of Rustic Red #1A060A

Tints of Rustic Red #1A060A

Color information

#1A060A (or 0x1A060A) is unknown color: approx Rustic Red. HEX triplet: 1A, 06 and 0A. RGB value is (26,6,10). Sum of RGB (Red+Green+Blue) = 26+6+10=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A060A is #E5F9F5. Grayscale: #0C0C0C. Windows color (decimal): -15071734 or 656922. OLE color: 656922.

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

Color convert

RGB26610-
CMYK00.770.620.90
HSL348º62.5%6.27%-
HSV(B)348º76.92%10.2%-
XYZ0.550.370.33-
YUV12.44126.63137.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=61.90%
G=14.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2661000.770.620.9034862.56.27
Hex1A6A04D3E5A15c3e6
Octal32612011576132534766
Binary110101101010010011011111101011010101011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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