#AA2A1F

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

Shades of Fire Brick #AA2A1F

Tints of Fire Brick #AA2A1F

Color information

#AA2A1F (or 0xAA2A1F) is unknown color: approx Fire Brick. HEX triplet: AA, 2A and 1F. RGB value is (170,42,31). Sum of RGB (Red+Green+Blue) = 170+42+31=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A1F is #55D5E0. Grayscale: #4F4F4F. Windows color (decimal): -5625313 or 2042538. OLE color: 2042538.

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

Color convert

RGB1704231-
CMYK00.750.820.33
HSL4.75º69.15%39.41%-
HSV(B)4.75º81.76%66.67%-
XYZ17.6510.32.35-
YUV79.02100.91192.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=69.96%
G=17.28%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170423100.750.820.334.7569.1539.41
HexAA2A1F04B522154527
Octal2525237011312241510547
Binary10101010101010111110100101110100101000011011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A1F; }

 p { color: rgb(170,42,31); }

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

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

 a { background-color: rgb(170,42,31); }

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

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

 span { border-color: rgb(170,42,31); }

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