#AC1813

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

Shades of Fire Brick #AC1813

Tints of Fire Brick #AC1813

Color information

#AC1813 (or 0xAC1813) is unknown color: approx Fire Brick. HEX triplet: AC, 18 and 13. RGB value is (172,24,19). Sum of RGB (Red+Green+Blue) = 172+24+19=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1813 is #53E7EC. Grayscale: #434343. Windows color (decimal): -5498861 or 1251500. OLE color: 1251500.

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

Color convert

RGB1722419-
CMYK00.860.890.33
HSL1.96º80.1%37.45%-
HSV(B)1.96º88.95%67.45%-
XYZ17.469.471.52-
YUV67.68100.53202.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=80%
G=11.16%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172241900.860.890.331.9680.137.45
HexAC1813056592125025
Octal2543023012613141212045
Binary101011001100010011010101101011001100001101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1813; }

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

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

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

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

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

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

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

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