#AA280B

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

Shades of Fire Brick #AA280B

Tints of Fire Brick #AA280B

Color information

#AA280B (or 0xAA280B) is unknown color: approx Fire Brick. HEX triplet: AA, 28 and 0B. RGB value is (170,40,11). Sum of RGB (Red+Green+Blue) = 170+40+11=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA280B is #55D7F4. Grayscale: #4B4B4B. Windows color (decimal): -5625845 or 731306. OLE color: 731306.

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

Color convert

RGB1704011-
CMYK00.760.940.33
HSL10.94º87.85%35.49%-
HSV(B)10.94º93.53%66.67%-
XYZ17.410.091.35-
YUV75.5691.57195.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.92%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=76.92%
G=18.10%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170401100.760.940.3310.9487.8535.49
HexAA28B04C5E21b5823
Octal25250130114136411313043
Binary10101010101000101101001100101111010000110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA280B; }

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

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

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

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

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

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

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

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