#AA250F

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

Shades of Fire Brick #AA250F

Tints of Fire Brick #AA250F

Color information

#AA250F (or 0xAA250F) is unknown color: approx Fire Brick. HEX triplet: AA, 25 and 0F. RGB value is (170,37,15). Sum of RGB (Red+Green+Blue) = 170+37+15=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA250F is #55DAF0. Grayscale: #4A4A4A. Windows color (decimal): -5626609 or 992682. OLE color: 992682.

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

Color convert

RGB1703715-
CMYK00.780.910.33
HSL8.52º83.78%36.27%-
HSV(B)8.52º91.18%66.67%-
XYZ17.339.91.45-
YUV74.2694.56196.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.58%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 15 (6.25% from 255) = 6.76%
R=76.58%
G=16.67%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170371500.780.910.338.5283.7836.27
HexAA25F04E5B2195424
Octal25245170116133411112444
Binary10101010100101111101001110101101110000110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA250F; }

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

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

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

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

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

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

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

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