#AC251F

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

Shades of Fire Brick #AC251F

Tints of Fire Brick #AC251F

Color information

#AC251F (or 0xAC251F) is unknown color: approx Fire Brick. HEX triplet: AC, 25 and 1F. RGB value is (172,37,31). Sum of RGB (Red+Green+Blue) = 172+37+31=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC251F is #53DAE0. Grayscale: #4C4C4C. Windows color (decimal): -5495521 or 2041260. OLE color: 2041260.

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

Color convert

RGB1723731-
CMYK00.780.820.33
HSL2.55º69.46%39.8%-
HSV(B)2.55º81.98%67.45%-
XYZ17.9210.192.32-
YUV76.68102.23195.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.67%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=71.67%
G=15.42%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172373100.780.820.332.5569.4639.8
HexAC251F04E522134528
Octal2544537011612241310550
Binary1010110010010111111010011101010010100001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC251F; }

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

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

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

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

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

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

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

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