#AA2D1A

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

Shades of Fire Brick #AA2D1A

Tints of Fire Brick #AA2D1A

Color information

#AA2D1A (or 0xAA2D1A) is unknown color: approx Fire Brick. HEX triplet: AA, 2D and 1A. RGB value is (170,45,26). Sum of RGB (Red+Green+Blue) = 170+45+26=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2D1A is #55D2E5. Grayscale: #505050. Windows color (decimal): -5624550 or 1715626. OLE color: 1715626.

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

Color convert

RGB1704526-
CMYK00.740.850.33
HSL7.92º73.47%38.43%-
HSV(B)7.92º84.71%66.67%-
XYZ17.710.52.07-
YUV80.2197.41192.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.54%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=70.54%
G=18.67%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170452600.740.850.337.9273.4738.43
HexAA2D1A04A552184926
Octal25255320112125411011146
Binary101010101011011101001001010101010110000110001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2D1A; }

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

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

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

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

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

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

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

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