#AA120D

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

Shades of Fire Brick #AA120D

Tints of Fire Brick #AA120D

Color information

#AA120D (or 0xAA120D) is unknown color: approx Fire Brick. HEX triplet: AA, 12 and 0D. RGB value is (170,18,13). Sum of RGB (Red+Green+Blue) = 170+18+13=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA120D is #55EDF2. Grayscale: #3F3F3F. Windows color (decimal): -5631475 or 856746. OLE color: 856746.

HSL color Cylindrical-coordinate representation of color #AA120D: hue angle of 1.91º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA120D is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1701813-
CMYK00.890.920.33
HSL1.91º85.79%35.88%-
HSV(B)1.91º92.35%66.67%-
XYZ16.879.011.23-
YUV62.8899.86204.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 84.58%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=84.58%
G=8.96%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170181300.890.920.331.9185.7935.88
HexAA12D0595C2125624
Octal2522215013113441212644
Binary10101010100101101010110011011100100001101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA120D; }

 p { color: rgb(170,18,13); }

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

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

 a { background-color: rgb(170,18,13); }

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

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

 span { border-color: rgb(170,18,13); }

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