#AC2824

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

Shades of Fire Brick #AC2824

Tints of Fire Brick #AC2824

Color information

#AC2824 (or 0xAC2824) is unknown color: approx Fire Brick. HEX triplet: AC, 28 and 24. RGB value is (172,40,36). Sum of RGB (Red+Green+Blue) = 172+40+36=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2824 is #53D7DB. Grayscale: #4F4F4F. Windows color (decimal): -5494748 or 2369708. OLE color: 2369708.

HSL color Cylindrical-coordinate representation of color #AC2824: hue angle of 1.76º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2824 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1724036-
CMYK00.770.790.33
HSL1.76º65.38%40.78%-
HSV(B)1.76º79.07%67.45%-
XYZ18.0910.422.73-
YUV79.01103.73194.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 36 (14.45% from 255) = 14.52%
R=69.35%
G=16.13%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172403600.770.790.331.7665.3840.78
HexAC282404D4F2124129
Octal2545044011511741210151
Binary10101100101000100100010011011001111100001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2824; }

 p { color: rgb(172,40,36); }

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

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

 a { background-color: rgb(172,40,36); }

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

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

 span { border-color: rgb(172,40,36); }

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