#A9290E

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

Shades of Fire Brick #A9290E

Tints of Fire Brick #A9290E

Color information

#A9290E (or 0xA9290E) is unknown color: approx Fire Brick. HEX triplet: A9, 29 and 0E. RGB value is (169,41,14). Sum of RGB (Red+Green+Blue) = 169+41+14=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A9290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9290E is #56D6F1. Grayscale: #4C4C4C. Windows color (decimal): -5691122 or 928169. OLE color: 928169.

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

Color convert

RGB1694114-
CMYK00.760.920.34
HSL10.45º84.7%35.88%-
HSV(B)10.45º91.72%66.27%-
XYZ17.2310.051.45-
YUV76.1992.91194.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.45%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 14 (5.86% from 255) = 6.25%
R=75.45%
G=18.30%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169411400.760.920.3410.4584.735.88
HexA929E04C5C22a5524
Octal25151160114134421212544
Binary10101001101001111001001100101110010001010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9290E; }

 p { color: rgb(169,41,14); }

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

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

 a { background-color: rgb(169,41,14); }

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

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

 span { border-color: rgb(169,41,14); }

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