#AA261F

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

Shades of Fire Brick #AA261F

Tints of Fire Brick #AA261F

Color information

#AA261F (or 0xAA261F) is unknown color: approx Fire Brick. HEX triplet: AA, 26 and 1F. RGB value is (170,38,31). Sum of RGB (Red+Green+Blue) = 170+38+31=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA261F is #55D9E0. Grayscale: #4C4C4C. Windows color (decimal): -5626337 or 2041514. OLE color: 2041514.

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

Color convert

RGB1703831-
CMYK00.780.820.33
HSL3.02º69.15%39.41%-
HSV(B)3.02º81.76%66.67%-
XYZ17.5210.032.31-
YUV76.67102.23194.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.13%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=71.13%
G=15.90%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170383100.780.820.333.0269.1539.41
HexAA261F04E522134527
Octal2524637011612241310547
Binary1010101010011011111010011101010010100001111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA261F; }

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

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

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

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

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

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

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

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