#AC1B18

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

Shades of Fire Brick #AC1B18

Tints of Fire Brick #AC1B18

Color information

#AC1B18 (or 0xAC1B18) is unknown color: approx Fire Brick. HEX triplet: AC, 1B and 18. RGB value is (172,27,24). Sum of RGB (Red+Green+Blue) = 172+27+24=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B18 is #53E4E7. Grayscale: #464646. Windows color (decimal): -5498088 or 1579948. OLE color: 1579948.

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

Color convert

RGB1722724-
CMYK00.840.860.33
HSL1.22º75.51%38.43%-
HSV(B)1.22º86.05%67.45%-
XYZ17.579.621.8-
YUV70.01102.04200.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.13%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 24 (9.77% from 255) = 10.76%
R=77.13%
G=12.11%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172272400.840.860.331.2275.5138.43
HexAC1B18054562114c26
Octal2543330012412641111446
Binary10101100110111100001010100101011010000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B18; }

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

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

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

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

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

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

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

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