#AA281E

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

Shades of Fire Brick #AA281E

Tints of Fire Brick #AA281E

Color information

#AA281E (or 0xAA281E) is unknown color: approx Fire Brick. HEX triplet: AA, 28 and 1E. RGB value is (170,40,30). Sum of RGB (Red+Green+Blue) = 170+40+30=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA281E is #55D7E1. Grayscale: #4D4D4D. Windows color (decimal): -5625826 or 1976490. OLE color: 1976490.

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

Color convert

RGB1704030-
CMYK00.760.820.33
HSL4.29º70%39.22%-
HSV(B)4.29º82.35%66.67%-
XYZ17.5710.162.26-
YUV77.73101.07193.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.83%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=70.83%
G=16.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170403000.760.820.334.297039.22
HexAA281E04C522144627
Octal2525036011412241410647
Binary10101010101000111100100110010100101000011001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA281E; }

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

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

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

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

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

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

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

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