#A9190A

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

Shades of Fire Brick #A9190A

Tints of Fire Brick #A9190A

Color information

#A9190A (or 0xA9190A) is unknown color: approx Fire Brick. HEX triplet: A9, 19 and 0A. RGB value is (169,25,10). Sum of RGB (Red+Green+Blue) = 169+25+10=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A9190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9190A is #56E6F5. Grayscale: #424242. Windows color (decimal): -5695222 or 661929. OLE color: 661929.

HSL color Cylindrical-coordinate representation of color #A9190A: hue angle of 5.66º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9190A is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB1692510-
CMYK00.850.940.34
HSL5.66º88.83%35.1%-
HSV(B)5.66º94.08%66.27%-
XYZ16.769.151.17-
YUV66.3596.21201.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.84%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=82.84%
G=12.25%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169251000.850.940.345.6688.8335.1
HexA919A0555E2265923
Octal2513112012513642613143
Binary101010011100110100101010110111101000101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9190A; }

 p { color: rgb(169,25,10); }

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

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

 a { background-color: rgb(169,25,10); }

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

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

 span { border-color: rgb(169,25,10); }

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