#AC1E1C

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

Shades of Fire Brick #AC1E1C

Tints of Fire Brick #AC1E1C

Color information

#AC1E1C (or 0xAC1E1C) is unknown color: approx Fire Brick. HEX triplet: AC, 1E and 1C. RGB value is (172,30,28). Sum of RGB (Red+Green+Blue) = 172+30+28=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E1C is #53E1E3. Grayscale: #484848. Windows color (decimal): -5497316 or 1842860. OLE color: 1842860.

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

Color convert

RGB1723028-
CMYK00.830.840.33
HSL0.83º72%39.22%-
HSV(B)0.83º83.72%67.45%-
XYZ17.699.782.05-
YUV72.23103.04199.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 74.78%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=74.78%
G=13.04%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172302800.830.840.330.837239.22
HexAC1E1C053542114827
Octal2543634012312441111047
Binary10101100111101110001010011101010010000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E1C; }

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

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

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

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

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

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

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

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