#AC2313

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

Shades of Fire Brick #AC2313

Tints of Fire Brick #AC2313

Color information

#AC2313 (or 0xAC2313) is unknown color: approx Fire Brick. HEX triplet: AC, 23 and 13. RGB value is (172,35,19). Sum of RGB (Red+Green+Blue) = 172+35+19=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2313 is #53DCEC. Grayscale: #4A4A4A. Windows color (decimal): -5496045 or 1254316. OLE color: 1254316.

HSL color Cylindrical-coordinate representation of color #AC2313: hue angle of 6.27º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC2313 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1723519-
CMYK00.800.890.33
HSL6.27º80.1%37.45%-
HSV(B)6.27º88.95%67.45%-
XYZ17.7310.021.62-
YUV74.1496.89197.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.11%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=76.11%
G=15.49%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172351900.800.890.336.2780.137.45
HexAC2313050592165025
Octal2544323012013141612045
Binary10101100100011100110101000010110011000011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2313; }

 p { color: rgb(172,35,19); }

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

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

 a { background-color: rgb(172,35,19); }

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

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

 span { border-color: rgb(172,35,19); }

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