#AC2D19

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

Shades of Fire Brick #AC2D19

Tints of Fire Brick #AC2D19

Color information

#AC2D19 (or 0xAC2D19) is unknown color: approx Fire Brick. HEX triplet: AC, 2D and 19. RGB value is (172,45,25). Sum of RGB (Red+Green+Blue) = 172+45+25=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D19 is #53D2E6. Grayscale: #505050. Windows color (decimal): -5493479 or 1650092. OLE color: 1650092.

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

Color convert

RGB1724525-
CMYK00.740.850.33
HSL8.16º74.62%38.63%-
HSV(B)8.16º85.47%67.45%-
XYZ18.1310.722.03-
YUV80.6996.58193.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.07%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 25 (10.16% from 255) = 10.33%
R=71.07%
G=18.60%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172452500.740.850.338.1674.6238.63
HexAC2D1904A552184b27
Octal25455310112125411011347
Binary101011001011011100101001010101010110000110001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2D19; }

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

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

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

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

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

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

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

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