#AC1C0B

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

Shades of Fire Brick #AC1C0B

Tints of Fire Brick #AC1C0B

Color information

#AC1C0B (or 0xAC1C0B) is unknown color: approx Fire Brick. HEX triplet: AC, 1C and 0B. RGB value is (172,28,11). Sum of RGB (Red+Green+Blue) = 172+28+11=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C0B is #53E3F4. Grayscale: #454545. Windows color (decimal): -5497845 or 728236. OLE color: 728236.

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

Color convert

RGB1722811-
CMYK00.840.940.33
HSL6.34º87.98%35.88%-
HSV(B)6.34º93.6%67.45%-
XYZ17.499.631.25-
YUV69.1295.21201.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 81.52%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=81.52%
G=13.27%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172281100.840.940.336.3487.9835.88
HexAC1CB0545E2165824
Octal2543413012413641613044
Binary101011001110010110101010010111101000011101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1C0B; }

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

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

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

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

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

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

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

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