#AA201C

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

Shades of Fire Brick #AA201C

Tints of Fire Brick #AA201C

Color information

#AA201C (or 0xAA201C) is unknown color: approx Fire Brick. HEX triplet: AA, 20 and 1C. RGB value is (170,32,28). Sum of RGB (Red+Green+Blue) = 170+32+28=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA201C is #55DFE3. Grayscale: #484848. Windows color (decimal): -5627876 or 1843370. OLE color: 1843370.

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

Color convert

RGB1703228-
CMYK00.810.840.33
HSL1.69º71.72%38.82%-
HSV(B)1.69º83.53%66.67%-
XYZ17.39.662.05-
YUV72.81102.72197.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.91%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=73.91%
G=13.91%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170322800.810.840.331.6971.7238.82
HexAA201C051542124827
Octal2524034012112441211047
Binary1010101010000011100010100011010100100001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA201C; }

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

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

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

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

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

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

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

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