#AC1914

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

Shades of Fire Brick #AC1914

Tints of Fire Brick #AC1914

Color information

#AC1914 (or 0xAC1914) is unknown color: approx Fire Brick. HEX triplet: AC, 19 and 14. RGB value is (172,25,20). Sum of RGB (Red+Green+Blue) = 172+25+20=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1914 is #53E6EB. Grayscale: #444444. Windows color (decimal): -5498604 or 1317292. OLE color: 1317292.

HSL color Cylindrical-coordinate representation of color #AC1914: hue angle of 1.97º degrees, saturation: 0.79, 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 #AC1914 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1722520-
CMYK00.850.880.33
HSL1.97º79.17%37.65%-
HSV(B)1.97º88.37%67.45%-
XYZ17.499.521.58-
YUV68.38100.7201.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 79.26%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=79.26%
G=11.52%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172252000.850.880.331.9779.1737.65
HexAC1914055582124f26
Octal2543124012513041211746
Binary101011001100110100010101011011000100001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1914; }

 p { color: rgb(172,25,20); }

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

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

 a { background-color: rgb(172,25,20); }

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

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

 span { border-color: rgb(172,25,20); }

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