#A8180D

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

Shades of Fire Brick #A8180D

Tints of Fire Brick #A8180D

Color information

#A8180D (or 0xA8180D) is unknown color: approx Fire Brick. HEX triplet: A8, 18 and 0D. RGB value is (168,24,13). Sum of RGB (Red+Green+Blue) = 168+24+13=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A8180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8180D is #57E7F2. Grayscale: #414141. Windows color (decimal): -5761011 or 858280. OLE color: 858280.

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

Color convert

RGB1682413-
CMYK00.860.920.34
HSL4.26º85.64%35.49%-
HSV(B)4.26º92.26%65.88%-
XYZ16.559.011.25-
YUV65.898.21200.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 81.95%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=81.95%
G=11.71%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168241300.860.920.344.2685.6435.49
HexA818D0565C2245623
Octal2503015012613442412643
Binary101010001100011010101011010111001000101001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8180D; }

 p { color: rgb(168,24,13); }

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

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

 a { background-color: rgb(168,24,13); }

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

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

 span { border-color: rgb(168,24,13); }

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