#AA260B

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

Shades of Fire Brick #AA260B

Tints of Fire Brick #AA260B

Color information

#AA260B (or 0xAA260B) is unknown color: approx Fire Brick. HEX triplet: AA, 26 and 0B. RGB value is (170,38,11). Sum of RGB (Red+Green+Blue) = 170+38+11=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA260B is #55D9F4. Grayscale: #4A4A4A. Windows color (decimal): -5626357 or 730794. OLE color: 730794.

HSL color Cylindrical-coordinate representation of color #AA260B: hue angle of 10.19º degrees, saturation: 0.88, 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 #AA260B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1703811-
CMYK00.780.940.33
HSL10.19º87.85%35.49%-
HSV(B)10.19º93.53%66.67%-
XYZ17.339.961.32-
YUV74.3992.23196.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.63%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=77.63%
G=17.35%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170381100.780.940.3310.1987.8535.49
HexAA26B04E5E21a5823
Octal25246130116136411213043
Binary10101010100110101101001110101111010000110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA260B; }

 p { color: rgb(170,38,11); }

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

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

 a { background-color: rgb(170,38,11); }

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

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

 span { border-color: rgb(170,38,11); }

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