#AC1A15

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

Shades of Fire Brick #AC1A15

Tints of Fire Brick #AC1A15

Color information

#AC1A15 (or 0xAC1A15) is unknown color: approx Fire Brick. HEX triplet: AC, 1A and 15. RGB value is (172,26,21). Sum of RGB (Red+Green+Blue) = 172+26+21=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A15 is #53E5EA. Grayscale: #454545. Windows color (decimal): -5498347 or 1383084. OLE color: 1383084.

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

Color convert

RGB1722621-
CMYK00.850.880.33
HSL1.99º78.24%37.84%-
HSV(B)1.99º87.79%67.45%-
XYZ17.529.561.63-
YUV69.08100.87201.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.54%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=78.54%
G=11.87%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172262100.850.880.331.9978.2437.84
HexAC1A15055582124e26
Octal2543225012513041211646
Binary101011001101010101010101011011000100001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A15; }

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

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

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

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

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

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

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

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