#AC3118

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

Shades of Fire Brick #AC3118

Tints of Fire Brick #AC3118

Color information

#AC3118 (or 0xAC3118) is unknown color: approx Fire Brick. HEX triplet: AC, 31 and 18. RGB value is (172,49,24). Sum of RGB (Red+Green+Blue) = 172+49+24=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3118 is #53CEE7. Grayscale: #535353. Windows color (decimal): -5492456 or 1585580. OLE color: 1585580.

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

Color convert

RGB1724924-
CMYK00.720.860.33
HSL10.14º75.51%38.43%-
HSV(B)10.14º86.05%67.45%-
XYZ18.2811.032.03-
YUV82.9394.75191.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.20%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=70.20%
G=20%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172492400.720.860.3310.1475.5138.43
HexAC31180485621a4c26
Octal25461300110126411211446
Binary101011001100011100001001000101011010000110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3118; }

 p { color: rgb(172,49,24); }

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

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

 a { background-color: rgb(172,49,24); }

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

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

 span { border-color: rgb(172,49,24); }

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