#A6160A

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

Shades of Fire Brick #A6160A

Tints of Fire Brick #A6160A

Color information

#A6160A (or 0xA6160A) is unknown color: approx Fire Brick. HEX triplet: A6, 16 and 0A. RGB value is (166,22,10). Sum of RGB (Red+Green+Blue) = 166+22+10=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A6160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6160A is #59E9F5. Grayscale: #3F3F3F. Windows color (decimal): -5892598 or 661158. OLE color: 661158.

HSL color Cylindrical-coordinate representation of color #A6160A: hue angle of 4.62º 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 #A6160A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1662210-
CMYK00.870.940.35
HSL4.62º88.64%34.51%-
HSV(B)4.62º93.98%65.1%-
XYZ16.078.71.12-
YUV63.6997.71200.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 83.84%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=83.84%
G=11.11%
B=5.05%

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
Decimal166221000.870.940.354.6288.6434.51
HexA616A0575E2355923
Octal2462612012713643513143
Binary101001101011010100101011110111101000111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6160A; }

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

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

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

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

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

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

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

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