#AA2621

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

Shades of Fire Brick #AA2621

Tints of Fire Brick #AA2621

Color information

#AA2621 (or 0xAA2621) is unknown color: approx Fire Brick. HEX triplet: AA, 26 and 21. RGB value is (170,38,33). Sum of RGB (Red+Green+Blue) = 170+38+33=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2621 is #55D9DE. Grayscale: #4D4D4D. Windows color (decimal): -5626335 or 2172586. OLE color: 2172586.

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

Color convert

RGB1703833-
CMYK00.780.810.33
HSL2.19º67.49%39.8%-
HSV(B)2.19º80.59%66.67%-
XYZ17.5510.042.45-
YUV76.9103.23194.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.54%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=70.54%
G=15.77%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170383300.780.810.332.1967.4939.8
HexAA262104E512124328
Octal2524641011612141210350
Binary10101010100110100001010011101010001100001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2621; }

 p { color: rgb(170,38,33); }

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

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

 a { background-color: rgb(170,38,33); }

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

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

 span { border-color: rgb(170,38,33); }

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