#AC1C0F

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

Shades of Fire Brick #AC1C0F

Tints of Fire Brick #AC1C0F

Color information

#AC1C0F (or 0xAC1C0F) is unknown color: approx Fire Brick. HEX triplet: AC, 1C and 0F. RGB value is (172,28,15). Sum of RGB (Red+Green+Blue) = 172+28+15=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C0F is #53E3F0. Grayscale: #454545. Windows color (decimal): -5497841 or 990380. OLE color: 990380.

HSL color Cylindrical-coordinate representation of color #AC1C0F: hue angle of 4.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1C0F is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1722815-
CMYK00.840.910.33
HSL4.97º83.96%36.67%-
HSV(B)4.97º91.28%67.45%-
XYZ17.519.641.39-
YUV69.5797.21201.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=80%
G=13.02%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172281500.840.910.334.9783.9636.67
HexAC1CF0545B2155425
Octal2543417012413341512445
Binary101011001110011110101010010110111000011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1C0F; }

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

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

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

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

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

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

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

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