#AC290C

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

Shades of Fire Brick #AC290C

Tints of Fire Brick #AC290C

Color information

#AC290C (or 0xAC290C) is unknown color: approx Fire Brick. HEX triplet: AC, 29 and 0C. RGB value is (172,41,12). Sum of RGB (Red+Green+Blue) = 172+41+12=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC290C is #53D6F3. Grayscale: #4D4D4D. Windows color (decimal): -5494516 or 797100. OLE color: 797100.

HSL color Cylindrical-coordinate representation of color #AC290C: hue angle of 10.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC290C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1724112-
CMYK00.760.930.33
HSL10.88º86.96%36.08%-
HSV(B)10.88º93.02%67.45%-
XYZ17.8710.381.41-
YUV76.8691.4195.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.44%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=76.44%
G=18.22%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172411200.760.930.3310.8886.9636.08
HexAC29C04C5D21b5724
Octal25451140114135411312744
Binary10101100101001110001001100101110110000110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC290C; }

 p { color: rgb(172,41,12); }

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

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

 a { background-color: rgb(172,41,12); }

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

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

 span { border-color: rgb(172,41,12); }

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