#AC1613

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

Shades of Fire Brick #AC1613

Tints of Fire Brick #AC1613

Color information

#AC1613 (or 0xAC1613) is unknown color: approx Fire Brick. HEX triplet: AC, 16 and 13. RGB value is (172,22,19). Sum of RGB (Red+Green+Blue) = 172+22+19=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1613 is #53E9EC. Grayscale: #424242. Windows color (decimal): -5499373 or 1250988. OLE color: 1250988.

HSL color Cylindrical-coordinate representation of color #AC1613: hue angle of 1.18º 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 #AC1613 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1722219-
CMYK00.870.890.33
HSL1.18º80.1%37.45%-
HSV(B)1.18º88.95%67.45%-
XYZ17.429.391.51-
YUV66.51101.2203.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80.75%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=80.75%
G=10.33%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172221900.870.890.331.1880.137.45
HexAC1613057592115025
Octal2542623012713141112045
Binary10101100101101001101010111101100110000111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1613; }

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

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

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

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

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

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

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

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