#AA150A

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

Shades of Fire Brick #AA150A

Tints of Fire Brick #AA150A

Color information

#AA150A (or 0xAA150A) is unknown color: approx Fire Brick. HEX triplet: AA, 15 and 0A. RGB value is (170,21,10). Sum of RGB (Red+Green+Blue) = 170+21+10=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA150A is #55EAF5. Grayscale: #404040. Windows color (decimal): -5630710 or 660906. OLE color: 660906.

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

Color convert

RGB1702110-
CMYK00.880.940.33
HSL4.12º88.89%35.29%-
HSV(B)4.12º94.12%66.67%-
XYZ16.99.11.15-
YUV64.397.36203.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 84.58%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=84.58%
G=10.45%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170211000.880.940.334.1288.8935.29
HexAA15A0585E2145923
Octal2522512013013641413143
Binary101010101010110100101100010111101000011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA150A; }

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

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

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

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

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

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

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

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