#AC240C

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

Shades of Fire Brick #AC240C

Tints of Fire Brick #AC240C

Color information

#AC240C (or 0xAC240C) is unknown color: approx Fire Brick. HEX triplet: AC, 24 and 0C. RGB value is (172,36,12). Sum of RGB (Red+Green+Blue) = 172+36+12=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC240C is #53DBF3. Grayscale: #4A4A4A. Windows color (decimal): -5495796 or 795820. OLE color: 795820.

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

Color convert

RGB1723612-
CMYK00.790.930.33
HSL86.96%36.08%-
HSV(B)93.02%67.45%-
XYZ17.7110.061.36-
YUV73.9393.06197.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.18%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=78.18%
G=16.36%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172361200.790.930.33986.9636.08
HexAC24C04F5D2195724
Octal25444140117135411112744
Binary10101100100100110001001111101110110000110011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC240C; }

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

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

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

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

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

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

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

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