#1A1013

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

Shades of Rustic Red #1A1013

Tints of Rustic Red #1A1013

Color information

#1A1013 (or 0x1A1013) is unknown color: approx Rustic Red. HEX triplet: 1A, 10 and 13. RGB value is (26,16,19). Sum of RGB (Red+Green+Blue) = 26+16+19=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1013 is #E5EFEC. Grayscale: #131313. Windows color (decimal): -15069165 or 1249306. OLE color: 1249306.

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

Color convert

RGB261619-
CMYK00.380.270.90
HSL342º23.81%8.24%-
HSV(B)342º38.46%10.2%-
XYZ0.730.640.7-
YUV19.33127.81132.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=42.62%
G=26.23%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26161900.380.270.9034223.818.24
Hex1A10130261B5A156188
Octal322023046331325263010
Binary1101010000100110100110110111011010101010110110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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