#1A1011

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

Shades of Rustic Red #1A1011

Tints of Rustic Red #1A1011

Color information

#1A1011 (or 0x1A1011) is unknown color: approx Rustic Red. HEX triplet: 1A, 10 and 11. RGB value is (26,16,17). Sum of RGB (Red+Green+Blue) = 26+16+17=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1011 is #E5EFEE. Grayscale: #131313. Windows color (decimal): -15069167 or 1118234. OLE color: 1118234.

HSL color Cylindrical-coordinate representation of color #1A1011: hue angle of 354º 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 #1A1011 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.90.

Color convert

RGB261617-
CMYK00.380.350.90
HSL354º23.81%8.24%-
HSV(B)354º38.46%10.2%-
XYZ0.710.630.61-
YUV19.1126.81132.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=44.07%
G=27.12%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26161700.380.350.9035423.818.24
Hex1A1011026235A162188
Octal322021046431325423010
Binary11010100001000101001101000111011010101100010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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