#A7160A

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

Shades of Fire Brick #A7160A

Tints of Fire Brick #A7160A

Color information

#A7160A (or 0xA7160A) is unknown color: approx Fire Brick. HEX triplet: A7, 16 and 0A. RGB value is (167,22,10). Sum of RGB (Red+Green+Blue) = 167+22+10=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A7160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7160A is #58E9F5. Grayscale: #404040. Windows color (decimal): -5827062 or 661159. OLE color: 661159.

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

Color convert

RGB1672210-
CMYK00.870.940.35
HSL4.59º88.7%34.71%-
HSV(B)4.59º94.01%65.49%-
XYZ16.288.811.13-
YUV63.9997.54201.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 83.92%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=83.92%
G=11.06%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167221000.870.940.354.5988.734.71
HexA716A0575E2355923
Octal2472612012713643513143
Binary101001111011010100101011110111101000111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7160A; }

 p { color: rgb(167,22,10); }

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

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

 a { background-color: rgb(167,22,10); }

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

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

 span { border-color: rgb(167,22,10); }

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