#AC231F

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

Shades of Fire Brick #AC231F

Tints of Fire Brick #AC231F

Color information

#AC231F (or 0xAC231F) is unknown color: approx Fire Brick. HEX triplet: AC, 23 and 1F. RGB value is (172,35,31). Sum of RGB (Red+Green+Blue) = 172+35+31=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC231F is #53DCE0. Grayscale: #4B4B4B. Windows color (decimal): -5496033 or 2040748. OLE color: 2040748.

HSL color Cylindrical-coordinate representation of color #AC231F: hue angle of 1.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC231F is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1723531-
CMYK00.800.820.33
HSL1.7º69.46%39.8%-
HSV(B)1.7º81.98%67.45%-
XYZ17.8610.072.3-
YUV75.51102.89196.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.27%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=72.27%
G=14.71%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172353100.800.820.331.769.4639.8
HexAC231F050522124528
Octal2544337012012241210550
Binary1010110010001111111010100001010010100001101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC231F; }

 p { color: rgb(172,35,31); }

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

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

 a { background-color: rgb(172,35,31); }

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

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

 span { border-color: rgb(172,35,31); }

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