#ac2d1c

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

Shades of Fire Brick #AC2D1C

Tints of Fire Brick #AC2D1C

Color information

#AC2D1C (or 0xAC2D1C) is unknown color: approx Fire Brick. HEX triplet: AC, 2D and 1C. RGB value is (172,45,28). Sum of RGB (Red+Green+Blue) = 172+45+28=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D1C is #53D2E3. Grayscale: #515151. Windows color (decimal): -5493476 or 1846700. OLE color: 1846700.

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

Color convert

RGB1724528-
CMYK00.740.840.33
HSL7.08º72%39.22%-
HSV(B)7.08º83.72%67.45%-
XYZ18.1610.732.21-
YUV81.0498.08192.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.20%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=70.20%
G=18.37%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172452800.740.840.337.087239.22
HexAC2D1C04A542174827
Octal2545534011212441711047
Binary10101100101101111000100101010101001000011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac2d1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac2d1c; }

 p { color: rgb(172,45,28); }

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

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

 a { background-color: rgb(172,45,28); }

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

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

 span { border-color: rgb(172,45,28); }

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