#AA2320

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

Shades of Fire Brick #AA2320

Tints of Fire Brick #AA2320

Color information

#AA2320 (or 0xAA2320) is unknown color: approx Fire Brick. HEX triplet: AA, 23 and 20. RGB value is (170,35,32). Sum of RGB (Red+Green+Blue) = 170+35+32=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2320 is #55DCDF. Grayscale: #4B4B4B. Windows color (decimal): -5627104 or 2106282. OLE color: 2106282.

HSL color Cylindrical-coordinate representation of color #AA2320: hue angle of 1.3º degrees, saturation: 0.68, 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 #AA2320 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1703532-
CMYK00.790.810.33
HSL1.3º68.32%39.61%-
HSV(B)1.3º81.18%66.67%-
XYZ17.449.852.35-
YUV75.02103.73195.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.73%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=71.73%
G=14.77%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170353200.790.810.331.368.3239.61
HexAA232004F512114428
Octal2524340011712141110450
Binary1010101010001110000001001111101000110000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2320; }

 p { color: rgb(170,35,32); }

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

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

 a { background-color: rgb(170,35,32); }

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

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

 span { border-color: rgb(170,35,32); }

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