#AC1816

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

Shades of Fire Brick #AC1816

Tints of Fire Brick #AC1816

Color information

#AC1816 (or 0xAC1816) is unknown color: approx Fire Brick. HEX triplet: AC, 18 and 16. RGB value is (172,24,22). Sum of RGB (Red+Green+Blue) = 172+24+22=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1816 is #53E7E9. Grayscale: #444444. Windows color (decimal): -5498858 or 1448108. OLE color: 1448108.

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

Color convert

RGB1722422-
CMYK00.860.870.33
HSL0.8º77.32%38.04%-
HSV(B)0.8º87.21%67.45%-
XYZ17.489.481.67-
YUV68.02102.03202.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.90%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=78.90%
G=11.01%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172242200.860.870.330.877.3238.04
HexAC1816056572114d26
Octal2543026012612741111546
Binary10101100110001011001010110101011110000111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1816; }

 p { color: rgb(172,24,22); }

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

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

 a { background-color: rgb(172,24,22); }

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

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

 span { border-color: rgb(172,24,22); }

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