#AA190D

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

Shades of Fire Brick #AA190D

Tints of Fire Brick #AA190D

Color information

#AA190D (or 0xAA190D) is unknown color: approx Fire Brick. HEX triplet: AA, 19 and 0D. RGB value is (170,25,13). Sum of RGB (Red+Green+Blue) = 170+25+13=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA190D is #55E6F2. Grayscale: #434343. Windows color (decimal): -5629683 or 858538. OLE color: 858538.

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

Color convert

RGB1702513-
CMYK00.850.920.33
HSL4.59º85.79%35.88%-
HSV(B)4.59º92.35%66.67%-
XYZ179.271.27-
YUV66.9997.54201.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 81.73%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=81.73%
G=12.02%
B=6.25%

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
Decimal170251300.850.920.334.5985.7935.88
HexAA19D0555C2155624
Octal2523115012513441512644
Binary101010101100111010101010110111001000011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA190D; }

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

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

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

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

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

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

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

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