#A11E1D

Color #A11E1D Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A11E1D

Tints of Brown #A11E1D

Color information

#A11E1D (or 0xA11E1D) is unknown color: approx Brown. HEX triplet: A1, 1E and 1D. RGB value is (161,30,29). Sum of RGB (Red+Green+Blue) = 161+30+29=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E1D is #5EE1E2. Grayscale: #454545. Windows color (decimal): -6218211 or 1908385. OLE color: 1908385.

HSL color Cylindrical-coordinate representation of color #A11E1D: hue angle of 0.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11E1D is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB1613029-
CMYK00.810.820.37
HSL0.45º69.47%37.25%-
HSV(B)0.45º81.99%63.14%-
XYZ15.388.592.01-
YUV69.05105.4193.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.18%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=73.18%
G=13.64%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161302900.810.820.370.4569.4737.25
HexA11E1D051522504525
Octal2413635012112245010545
Binary10100001111101110101010001101001010010101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E1D; }

 p { color: rgb(161,30,29); }

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

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

 a { background-color: rgb(161,30,29); }

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

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

 span { border-color: rgb(161,30,29); }

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