#AA1A0D

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

Shades of Fire Brick #AA1A0D

Tints of Fire Brick #AA1A0D

Color information

#AA1A0D (or 0xAA1A0D) is unknown color: approx Fire Brick. HEX triplet: AA, 1A and 0D. RGB value is (170,26,13). Sum of RGB (Red+Green+Blue) = 170+26+13=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A0D is #55E5F2. Grayscale: #434343. Windows color (decimal): -5629427 or 858794. OLE color: 858794.

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

Color convert

RGB1702613-
CMYK00.850.920.33
HSL4.97º85.79%35.88%-
HSV(B)4.97º92.35%66.67%-
XYZ17.029.311.28-
YUV67.5797.21201.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 81.34%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=81.34%
G=12.44%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170261300.850.920.334.9785.7935.88
HexAA1AD0555C2155624
Octal2523215012513441512644
Binary101010101101011010101010110111001000011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A0D; }

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

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

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

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

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

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

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

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