#A2160F

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

Shades of Fire Brick #A2160F

Tints of Fire Brick #A2160F

Color information

#A2160F (or 0xA2160F) is unknown color: approx Fire Brick. HEX triplet: A2, 16 and 0F. RGB value is (162,22,15). Sum of RGB (Red+Green+Blue) = 162+22+15=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A2160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2160F is #5DE9F0. Grayscale: #3F3F3F. Windows color (decimal): -6154737 or 988834. OLE color: 988834.

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

Color convert

RGB1622215-
CMYK00.860.910.36
HSL2.86º83.05%34.71%-
HSV(B)2.86º90.74%63.53%-
XYZ15.278.291.25-
YUV63.06100.88198.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.41%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=81.41%
G=11.06%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162221500.860.910.362.8683.0534.71
HexA216F0565B2435323
Octal2422617012613344312343
Binary10100010101101111010101101011011100100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2160F; }

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

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

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

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

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

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

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

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