#AA281C

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

Shades of Fire Brick #AA281C

Tints of Fire Brick #AA281C

Color information

#AA281C (or 0xAA281C) is unknown color: approx Fire Brick. HEX triplet: AA, 28 and 1C. RGB value is (170,40,28). Sum of RGB (Red+Green+Blue) = 170+40+28=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA281C is #55D7E3. Grayscale: #4D4D4D. Windows color (decimal): -5625828 or 1845418. OLE color: 1845418.

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

Color convert

RGB1704028-
CMYK00.760.840.33
HSL5.07º71.72%38.82%-
HSV(B)5.07º83.53%66.67%-
XYZ17.5510.152.13-
YUV77.5100.07193.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=71.43%
G=16.81%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170402800.760.840.335.0771.7238.82
HexAA281C04C542154827
Octal2525034011412441511047
Binary10101010101000111000100110010101001000011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA281C; }

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

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

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

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

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

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

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

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