#1A1516

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

Shades of Rustic Red #1A1516

Tints of Rustic Red #1A1516

Color information

#1A1516 (or 0x1A1516) is unknown color: approx Rustic Red. HEX triplet: 1A, 15 and 16. RGB value is (26,21,22). Sum of RGB (Red+Green+Blue) = 26+21+22=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1516 is #E5EAE9. Grayscale: #161616. Windows color (decimal): -15067882 or 1447194. OLE color: 1447194.

HSL color Cylindrical-coordinate representation of color #1A1516: hue angle of 348º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A1516 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB262122-
CMYK00.190.150.90
HSL348º10.64%9.22%-
HSV(B)348º19.23%10.2%-
XYZ0.840.810.87-
YUV22.61127.66130.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.68%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 22 (8.98% from 255) = 31.88%
R=37.68%
G=30.43%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26212200.190.150.9034810.649.22
Hex1A1516013F5A15cb9
Octal322526023171325341311
Binary1101010101101100100111111101101010101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,22); }

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

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

 a { background-color: rgb(26,21,22); }

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

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

 span { border-color: rgb(26,21,22); }

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