#AC2213

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

Shades of Fire Brick #AC2213

Tints of Fire Brick #AC2213

Color information

#AC2213 (or 0xAC2213) is unknown color: approx Fire Brick. HEX triplet: AC, 22 and 13. RGB value is (172,34,19). Sum of RGB (Red+Green+Blue) = 172+34+19=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2213 is #53DDEC. Grayscale: #494949. Windows color (decimal): -5496301 or 1254060. OLE color: 1254060.

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

Color convert

RGB1723419-
CMYK00.800.890.33
HSL5.88º80.1%37.45%-
HSV(B)5.88º88.95%67.45%-
XYZ17.79.961.61-
YUV73.5597.22198.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.44%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=76.44%
G=15.11%
B=8.44%

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
Decimal172341900.800.890.335.8880.137.45
HexAC2213050592165025
Octal2544223012013141612045
Binary10101100100010100110101000010110011000011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2213; }

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

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

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

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

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

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

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

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