#A2170C

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

Shades of Fire Brick #A2170C

Tints of Fire Brick #A2170C

Color information

#A2170C (or 0xA2170C) is unknown color: approx Fire Brick. HEX triplet: A2, 17 and 0C. RGB value is (162,23,12). Sum of RGB (Red+Green+Blue) = 162+23+12=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2170C is #5DE8F3. Grayscale: #3F3F3F. Windows color (decimal): -6154484 or 792482. OLE color: 792482.

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

Color convert

RGB1622312-
CMYK00.860.930.36
HSL4.4º86.21%34.12%-
HSV(B)4.4º92.59%63.53%-
XYZ15.278.321.15-
YUV63.3199.05198.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 82.23%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=82.23%
G=11.68%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162231200.860.930.364.486.2134.12
HexA217C0565D2445622
Octal2422714012613544412642
Binary101000101011111000101011010111011001001001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2170C; }

 p { color: rgb(162,23,12); }

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

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

 a { background-color: rgb(162,23,12); }

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

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

 span { border-color: rgb(162,23,12); }

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