#AC2215

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

Shades of Fire Brick #AC2215

Tints of Fire Brick #AC2215

Color information

#AC2215 (or 0xAC2215) is unknown color: approx Fire Brick. HEX triplet: AC, 22 and 15. RGB value is (172,34,21). Sum of RGB (Red+Green+Blue) = 172+34+21=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2215 is #53DDEA. Grayscale: #494949. Windows color (decimal): -5496299 or 1385132. OLE color: 1385132.

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

Color convert

RGB1723421-
CMYK00.800.880.33
HSL5.17º78.24%37.84%-
HSV(B)5.17º87.79%67.45%-
XYZ17.729.971.7-
YUV73.7898.22198.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.77%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=75.77%
G=14.98%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172342100.800.880.335.1778.2437.84
HexAC2215050582154e26
Octal2544225012013041511646
Binary10101100100010101010101000010110001000011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2215; }

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

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

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

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

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

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

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

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