#1A1314

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

Shades of Rustic Red #1A1314

Tints of Rustic Red #1A1314

Color information

#1A1314 (or 0x1A1314) is unknown color: approx Rustic Red. HEX triplet: 1A, 13 and 14. RGB value is (26,19,20). Sum of RGB (Red+Green+Blue) = 26+19+20=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1314 is #E5ECEB. Grayscale: #151515. Windows color (decimal): -15068396 or 1315610. OLE color: 1315610.

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

Color convert

RGB261920-
CMYK00.270.230.90
HSL351.43º15.56%8.82%-
HSV(B)351.43º26.92%10.2%-
XYZ0.790.740.76-
YUV21.21127.32131.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=40%
G=29.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26192000.270.230.90351.4315.568.82
Hex1A131401B175A15f109
Octal322324033271325372011
Binary110101001110100011011101111011010101011111100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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