#1A060F

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

Shades of Rustic Red #1A060F

Tints of Rustic Red #1A060F

Color information

#1A060F (or 0x1A060F) is unknown color: approx Rustic Red. HEX triplet: 1A, 06 and 0F. RGB value is (26,6,15). Sum of RGB (Red+Green+Blue) = 26+6+15=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A060F is #E5F9F0. Grayscale: #0C0C0C. Windows color (decimal): -15071729 or 984602. OLE color: 984602.

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

Color convert

RGB26615-
CMYK00.770.420.90
HSL333º62.5%6.27%-
HSV(B)333º76.92%10.2%-
XYZ0.580.380.5-
YUV13.01129.13137.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 55.32%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=55.32%
G=12.77%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2661500.770.420.9033362.56.27
Hex1A6F04D2A5A14d3e6
Octal32617011552132515766
Binary110101101111010011011010101011010101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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