#AC2B1E

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

Shades of Fire Brick #AC2B1E

Tints of Fire Brick #AC2B1E

Color information

#AC2B1E (or 0xAC2B1E) is unknown color: approx Fire Brick. HEX triplet: AC, 2B and 1E. RGB value is (172,43,30). Sum of RGB (Red+Green+Blue) = 172+43+30=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B1E is #53D4E1. Grayscale: #505050. Windows color (decimal): -5493986 or 1977260. OLE color: 1977260.

HSL color Cylindrical-coordinate representation of color #AC2B1E: hue angle of 5.49º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC2B1E is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB1724330-
CMYK00.750.830.33
HSL5.49º70.3%39.61%-
HSV(B)5.49º82.56%67.45%-
XYZ18.1110.592.32-
YUV80.0999.74193.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.20%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=70.20%
G=17.55%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172433000.750.830.335.4970.339.61
HexAC2B1E04B532154628
Octal2545336011312341510650
Binary10101100101011111100100101110100111000011011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2B1E; }

 p { color: rgb(172,43,30); }

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

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

 a { background-color: rgb(172,43,30); }

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

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

 span { border-color: rgb(172,43,30); }

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