#AA2315

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

Shades of Fire Brick #AA2315

Tints of Fire Brick #AA2315

Color information

#AA2315 (or 0xAA2315) is unknown color: approx Fire Brick. HEX triplet: AA, 23 and 15. RGB value is (170,35,21). Sum of RGB (Red+Green+Blue) = 170+35+21=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2315 is #55DCEA. Grayscale: #494949. Windows color (decimal): -5627115 or 1385386. OLE color: 1385386.

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

Color convert

RGB1703521-
CMYK00.790.880.33
HSL5.64º78.01%37.45%-
HSV(B)5.64º87.65%66.67%-
XYZ17.319.81.69-
YUV73.7798.23196.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 75.22%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=75.22%
G=15.49%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170352100.790.880.335.6478.0137.45
HexAA231504F582164e25
Octal2524325011713041611645
Binary10101010100011101010100111110110001000011101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2315; }

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

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

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

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

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

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

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

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