#AA251C

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

Shades of Fire Brick #AA251C

Tints of Fire Brick #AA251C

Color information

#AA251C (or 0xAA251C) is unknown color: approx Fire Brick. HEX triplet: AA, 25 and 1C. RGB value is (170,37,28). Sum of RGB (Red+Green+Blue) = 170+37+28=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA251C is #55DAE3. Grayscale: #4B4B4B. Windows color (decimal): -5626596 or 1844650. OLE color: 1844650.

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

Color convert

RGB1703728-
CMYK00.780.840.33
HSL3.8º71.72%38.82%-
HSV(B)3.8º83.53%66.67%-
XYZ17.459.952.1-
YUV75.74101.06195.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.34%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=72.34%
G=15.74%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170372800.780.840.333.871.7238.82
HexAA251C04E542144827
Octal2524534011612441411047
Binary10101010100101111000100111010101001000011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA251C; }

 p { color: rgb(170,37,28); }

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

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

 a { background-color: rgb(170,37,28); }

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

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

 span { border-color: rgb(170,37,28); }

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