#1A1113

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

Shades of Rustic Red #1A1113

Tints of Rustic Red #1A1113

Color information

#1A1113 (or 0x1A1113) is unknown color: approx Rustic Red. HEX triplet: 1A, 11 and 13. RGB value is (26,17,19). Sum of RGB (Red+Green+Blue) = 26+17+19=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1113 is #E5EEEC. Grayscale: #131313. Windows color (decimal): -15068909 or 1249562. OLE color: 1249562.

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

Color convert

RGB261719-
CMYK00.350.270.90
HSL346.67º20.93%8.43%-
HSV(B)346.67º34.62%10.2%-
XYZ0.740.670.71-
YUV19.92127.48132.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.94%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=41.94%
G=27.42%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26171900.350.270.90346.6720.938.43
Hex1A11130231B5A15b158
Octal322123043331325332510
Binary1101010001100110100011110111011010101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,19); }

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

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

 a { background-color: rgb(26,17,19); }

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

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

 span { border-color: rgb(26,17,19); }

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