#A1160F

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

Shades of Fire Brick #A1160F

Tints of Fire Brick #A1160F

Color information

#A1160F (or 0xA1160F) is unknown color: approx Fire Brick. HEX triplet: A1, 16 and 0F. RGB value is (161,22,15). Sum of RGB (Red+Green+Blue) = 161+22+15=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A1160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1160F is #5EE9F0. Grayscale: #3E3E3E. Windows color (decimal): -6220273 or 988833. OLE color: 988833.

HSL color Cylindrical-coordinate representation of color #A1160F: hue angle of 2.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1160F is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1612215-
CMYK00.860.910.37
HSL2.88º82.95%34.51%-
HSV(B)2.88º90.68%63.14%-
XYZ15.078.191.24-
YUV62.76101.05198.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.31%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=81.31%
G=11.11%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161221500.860.910.372.8882.9534.51
HexA116F0565B2535323
Octal2412617012613345312343
Binary10100001101101111010101101011011100101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1160F; }

 p { color: rgb(161,22,15); }

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

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

 a { background-color: rgb(161,22,15); }

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

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

 span { border-color: rgb(161,22,15); }

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