#AC1B15

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

Shades of Fire Brick #AC1B15

Tints of Fire Brick #AC1B15

Color information

#AC1B15 (or 0xAC1B15) is unknown color: approx Fire Brick. HEX triplet: AC, 1B and 15. RGB value is (172,27,21). Sum of RGB (Red+Green+Blue) = 172+27+21=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B15 is #53E4EA. Grayscale: #454545. Windows color (decimal): -5498091 or 1383340. OLE color: 1383340.

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

Color convert

RGB1722721-
CMYK00.840.880.33
HSL2.38º78.24%37.84%-
HSV(B)2.38º87.79%67.45%-
XYZ17.549.611.64-
YUV69.67100.54200.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.18%
GREEN value IS 27 (10.94% from 255) = 12.27%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=78.18%
G=12.27%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172272100.840.880.332.3878.2437.84
HexAC1B15054582124e26
Octal2543325012413041211646
Binary101011001101110101010101001011000100001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B15; }

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

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

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

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

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

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

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

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