#AC110D

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

Shades of Fire Brick #AC110D

Tints of Fire Brick #AC110D

Color information

#AC110D (or 0xAC110D) is unknown color: approx Fire Brick. HEX triplet: AC, 11 and 0D. RGB value is (172,17,13). Sum of RGB (Red+Green+Blue) = 172+17+13=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC110D is #53EEF2. Grayscale: #3F3F3F. Windows color (decimal): -5500659 or 856492. OLE color: 856492.

HSL color Cylindrical-coordinate representation of color #AC110D: hue angle of 1.51º 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 #AC110D is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1721713-
CMYK00.900.920.33
HSL1.51º85.95%36.27%-
HSV(B)1.51º92.44%67.45%-
XYZ17.299.21.25-
YUV62.8999.85205.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 85.15%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=85.15%
G=8.42%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172171300.900.920.331.5185.9536.27
HexAC11D05A5C2125624
Octal2542115013213441212644
Binary10101100100011101010110101011100100001101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC110D; }

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

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

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

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

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

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

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

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