#AA2D1C

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

Shades of Fire Brick #AA2D1C

Tints of Fire Brick #AA2D1C

Color information

#AA2D1C (or 0xAA2D1C) is unknown color: approx Fire Brick. HEX triplet: AA, 2D and 1C. RGB value is (170,45,28). Sum of RGB (Red+Green+Blue) = 170+45+28=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2D1C is #55D2E3. Grayscale: #505050. Windows color (decimal): -5624548 or 1846698. OLE color: 1846698.

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

Color convert

RGB1704528-
CMYK00.740.840.33
HSL7.18º71.72%38.82%-
HSV(B)7.18º83.53%66.67%-
XYZ17.7310.512.19-
YUV80.4498.41191.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=69.96%
G=18.52%
B=11.52%

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
Decimal170452800.740.840.337.1871.7238.82
HexAA2D1C04A542174827
Octal2525534011212441711047
Binary10101010101101111000100101010101001000011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2D1C; }

 p { color: rgb(170,45,28); }

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

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

 a { background-color: rgb(170,45,28); }

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

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

 span { border-color: rgb(170,45,28); }

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