#AC2E19

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

Shades of Fire Brick #AC2E19

Tints of Fire Brick #AC2E19

Color information

#AC2E19 (or 0xAC2E19) is unknown color: approx Fire Brick. HEX triplet: AC, 2E and 19. RGB value is (172,46,25). Sum of RGB (Red+Green+Blue) = 172+46+25=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E19 is #53D1E6. Grayscale: #515151. Windows color (decimal): -5493223 or 1650348. OLE color: 1650348.

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

Color convert

RGB1724625-
CMYK00.730.850.33
HSL8.57º74.62%38.63%-
HSV(B)8.57º85.47%67.45%-
XYZ18.1710.792.05-
YUV81.2896.24192.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.78%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=70.78%
G=18.93%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172462500.730.850.338.5774.6238.63
HexAC2E19049552194b27
Octal25456310111125411111347
Binary101011001011101100101001001101010110000110011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E19; }

 p { color: rgb(172,46,25); }

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

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

 a { background-color: rgb(172,46,25); }

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

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

 span { border-color: rgb(172,46,25); }

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