#AC140D

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

Shades of Fire Brick #AC140D

Tints of Fire Brick #AC140D

Color information

#AC140D (or 0xAC140D) is unknown color: approx Fire Brick. HEX triplet: AC, 14 and 0D. RGB value is (172,20,13). Sum of RGB (Red+Green+Blue) = 172+20+13=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC140D is #53EBF2. Grayscale: #404040. Windows color (decimal): -5499891 or 857260. OLE color: 857260.

HSL color Cylindrical-coordinate representation of color #AC140D: hue angle of 2.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC140D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1722013-
CMYK00.880.920.33
HSL2.64º85.95%36.27%-
HSV(B)2.64º92.44%67.45%-
XYZ17.349.31.26-
YUV64.6598.86204.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 83.90%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=83.90%
G=9.76%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172201300.880.920.332.6485.9536.27
HexAC14D0585C2135624
Octal2542415013013441312644
Binary10101100101001101010110001011100100001111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC140D; }

 p { color: rgb(172,20,13); }

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

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

 a { background-color: rgb(172,20,13); }

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

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

 span { border-color: rgb(172,20,13); }

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