#AA2C1B

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

Shades of Fire Brick #AA2C1B

Tints of Fire Brick #AA2C1B

Color information

#AA2C1B (or 0xAA2C1B) is unknown color: approx Fire Brick. HEX triplet: AA, 2C and 1B. RGB value is (170,44,27). Sum of RGB (Red+Green+Blue) = 170+44+27=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2C1B is #55D3E4. Grayscale: #4F4F4F. Windows color (decimal): -5624805 or 1780906. OLE color: 1780906.

HSL color Cylindrical-coordinate representation of color #AA2C1B: hue angle of 7.13º 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 #AA2C1B is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1704427-
CMYK00.740.840.33
HSL7.13º72.59%38.63%-
HSV(B)7.13º84.12%66.67%-
XYZ17.6810.432.12-
YUV79.7498.24192.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.54%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=70.54%
G=18.26%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170442700.740.840.337.1372.5938.63
HexAA2C1B04A542174927
Octal2525433011212441711147
Binary10101010101100110110100101010101001000011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2C1B; }

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

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

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

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

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

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

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

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