#AC160B

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

Shades of Fire Brick #AC160B

Tints of Fire Brick #AC160B

Color information

#AC160B (or 0xAC160B) is unknown color: approx Fire Brick. HEX triplet: AC, 16 and 0B. RGB value is (172,22,11). Sum of RGB (Red+Green+Blue) = 172+22+11=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC160B is #53E9F4. Grayscale: #414141. Windows color (decimal): -5499381 or 726700. OLE color: 726700.

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

Color convert

RGB1722211-
CMYK00.870.940.33
HSL4.1º87.98%35.88%-
HSV(B)4.1º93.6%67.45%-
XYZ17.369.371.21-
YUV65.697.2203.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 83.90%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=83.90%
G=10.73%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172221100.870.940.334.187.9835.88
HexAC16B0575E2145824
Octal2542613012713641413044
Binary101011001011010110101011110111101000011001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC160B; }

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

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

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

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

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

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

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

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