#AA2918

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

Shades of Fire Brick #AA2918

Tints of Fire Brick #AA2918

Color information

#AA2918 (or 0xAA2918) is unknown color: approx Fire Brick. HEX triplet: AA, 29 and 18. RGB value is (170,41,24). Sum of RGB (Red+Green+Blue) = 170+41+24=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2918 is #55D6E7. Grayscale: #4D4D4D. Windows color (decimal): -5625576 or 1583530. OLE color: 1583530.

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

Color convert

RGB1704124-
CMYK00.760.860.33
HSL6.99º75.26%38.04%-
HSV(B)6.99º85.88%66.67%-
XYZ17.5410.21.91-
YUV77.6397.74193.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.34%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=72.34%
G=17.45%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170412400.760.860.336.9975.2638.04
HexAA291804C562174b26
Octal2525130011412641711346
Binary10101010101001110000100110010101101000011111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2918; }

 p { color: rgb(170,41,24); }

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

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

 a { background-color: rgb(170,41,24); }

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

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

 span { border-color: rgb(170,41,24); }

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