#AC2823

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

Shades of Fire Brick #AC2823

Tints of Fire Brick #AC2823

Color information

#AC2823 (or 0xAC2823) is unknown color: approx Fire Brick. HEX triplet: AC, 28 and 23. RGB value is (172,40,35). Sum of RGB (Red+Green+Blue) = 172+40+35=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2823 is #53D7DC. Grayscale: #4F4F4F. Windows color (decimal): -5494749 or 2304172. OLE color: 2304172.

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

Color convert

RGB1724035-
CMYK00.770.800.33
HSL2.19º66.18%40.59%-
HSV(B)2.19º79.65%67.45%-
XYZ18.0810.412.65-
YUV78.9103.23194.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.64%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=69.64%
G=16.19%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172403500.770.800.332.1966.1840.59
HexAC282304D502124229
Octal2545043011512041210251
Binary10101100101000100011010011011010000100001101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2823; }

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

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

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

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

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

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

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

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