#1A1617

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

Shades of Rustic Red #1A1617

Tints of Rustic Red #1A1617

Color information

#1A1617 (or 0x1A1617) is unknown color: approx Rustic Red. HEX triplet: 1A, 16 and 17. RGB value is (26,22,23). Sum of RGB (Red+Green+Blue) = 26+22+23=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1617 is #E5E9E8. Grayscale: #171717. Windows color (decimal): -15067625 or 1512986. OLE color: 1512986.

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

Color convert

RGB262223-
CMYK00.150.120.90
HSL345º8.33%9.41%-
HSV(B)345º15.38%10.2%-
XYZ0.870.860.93-
YUV23.31127.83129.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.62%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=36.62%
G=30.99%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26222300.150.120.903458.339.41
Hex1A16170FC5A15989
Octal322627017141325311011
Binary110101011010111011111100101101010101100110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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