#AA2316

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

Shades of Fire Brick #AA2316

Tints of Fire Brick #AA2316

Color information

#AA2316 (or 0xAA2316) is unknown color: approx Fire Brick. HEX triplet: AA, 23 and 16. RGB value is (170,35,22). Sum of RGB (Red+Green+Blue) = 170+35+22=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2316 is #55DCE9. Grayscale: #4A4A4A. Windows color (decimal): -5627114 or 1450922. OLE color: 1450922.

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

Color convert

RGB1703522-
CMYK00.790.870.33
HSL5.27º77.08%37.65%-
HSV(B)5.27º87.06%66.67%-
XYZ17.329.811.74-
YUV73.8898.73196.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.89%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=74.89%
G=15.42%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170352200.790.870.335.2777.0837.65
HexAA231604F572154d26
Octal2524326011712741511546
Binary10101010100011101100100111110101111000011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2316; }

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

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

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

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

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

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

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

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