#AA2E1B

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

Shades of Fire Brick #AA2E1B

Tints of Fire Brick #AA2E1B

Color information

#AA2E1B (or 0xAA2E1B) is unknown color: approx Fire Brick. HEX triplet: AA, 2E and 1B. RGB value is (170,46,27). Sum of RGB (Red+Green+Blue) = 170+46+27=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E1B is #55D1E4. Grayscale: #515151. Windows color (decimal): -5624293 or 1781418. OLE color: 1781418.

HSL color Cylindrical-coordinate representation of color #AA2E1B: hue angle of 7.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA2E1B is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1704627-
CMYK00.730.840.33
HSL7.97º72.59%38.63%-
HSV(B)7.97º84.12%66.67%-
XYZ17.7510.582.14-
YUV80.9197.58191.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=69.96%
G=18.93%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170462700.730.840.337.9772.5938.63
HexAA2E1B049542184927
Octal25256330111124411011147
Binary101010101011101101101001001101010010000110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E1B; }

 p { color: rgb(170,46,27); }

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

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

 a { background-color: rgb(170,46,27); }

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

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

 span { border-color: rgb(170,46,27); }

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