#A2170E

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

Shades of Fire Brick #A2170E

Tints of Fire Brick #A2170E

Color information

#A2170E (or 0xA2170E) is unknown color: approx Fire Brick. HEX triplet: A2, 17 and 0E. RGB value is (162,23,14). Sum of RGB (Red+Green+Blue) = 162+23+14=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A2170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2170E is #5DE8F1. Grayscale: #3F3F3F. Windows color (decimal): -6154482 or 923554. OLE color: 923554.

HSL color Cylindrical-coordinate representation of color #A2170E: hue angle of 3.65º degrees, saturation: 0.84, 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 #A2170E is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1622314-
CMYK00.860.910.36
HSL3.65º84.09%34.51%-
HSV(B)3.65º91.36%63.53%-
XYZ15.298.331.22-
YUV63.54100.05198.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.41%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=81.41%
G=11.56%
B=7.04%

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
Decimal162231400.860.910.363.6584.0934.51
HexA217E0565B2445423
Octal2422716012613344412443
Binary101000101011111100101011010110111001001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2170E; }

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

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

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

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

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

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

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

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